Results

By type

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

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

2022-03-27T05:26:59.724Z||main|||||INFO|500||The following profiles are active: basic
2022-03-27T05:27:18.352Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-27T05:27:18.353Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-27T05:27:18.552Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-27T05:27:24.451Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-27T05:27:24.934Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-27T05:27:25.541Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-27T05:27:25.557Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-27T05:27:25.714Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-27T05:27:25.980Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-27T05:27:26.699Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-27T05:27:28.780Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T05:27:31.922Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T05:27:32.037Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-27T05:27:32.918Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-27T05:27:33.186Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-27T05:27:35.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-27T05:27:36.580Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-27T05:27:36.611Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-27T05:27:36.614Z||main|||||WARN|500||The sdc end point is not alive
2022-03-27T05:27:41.596Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-27T05:27:46.160Z||main|||||WARN|500||---
2022-03-27T05:27:46.160Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-27T05:27:46.161Z||main|||||WARN|500||---
2022-03-27T05:27:46.815Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-27T05:27:53.971Z||main|||||INFO|500||Started Application in 60.485 seconds (JVM running for 65.891)
2022-03-27T05:27:53.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-27T05:27:53.989Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-27T05:27:54.009Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-27T05:27:54.054Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-27T05:27:54.113Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3cf1f58-ad3f-4e71-945c-79e06ea772ff url= /sdc/v1/artifactTypes
2022-03-27T05:27:54.114Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-27T05:27:54.500Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-27T05:27:54.548Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-27T05:27:54.578Z||scheduling-1|||||DEBUG|500||create keys
2022-03-27T05:27:54.591Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-27T05:27:54.640Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:27:54.678Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25c39958-fbd0-46f9-9b0e-10614424e232 url= /sdc/v1/registerForDistribution
2022-03-27T05:27:54.793Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25c39958-fbd0-46f9-9b0e-10614424e232 url= /sdc/v1/registerForDistribution
2022-03-27T05:27:54.794Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-27T05:27:54.816Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:27:54.825Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:27:54.842Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-27T05:27:54.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:27:54.853Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:27:54.855Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:27:54.855Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:28:05.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:28:05.176Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:28:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:28:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:28:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:28:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:28:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:29:04.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:29:04.392Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:29:54.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:29:54.806Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:29:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:29:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:29:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:30:04.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:30:04.363Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:30:54.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:30:54.806Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:30:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:30:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:30:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:30:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:31:04.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:31:04.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:31:54.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:31:54.813Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:31:54.814Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:31:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:31:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:31:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:32:04.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:32:04.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:32:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:32:54.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:32:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:32:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:32:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:33:04.362Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:33:04.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:33:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:33:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:33:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:33:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:33:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:34:04.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:34:04.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:34:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:34:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:34:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:34:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:34:54.822Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:34:54.822Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:35:04.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:35:04.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:35:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:35:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:35:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:35:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:35:54.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:36:04.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:36:04.376Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:36:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:36:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:36:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:36:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:36:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:37:04.383Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:37:04.390Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:37:19.245Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-27T05:37:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:37:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:37:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:37:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:37:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:38:04.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:38:04.379Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:38:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:38:54.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:38:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:38:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:38:54.820Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:38:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:39:04.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:39:04.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:39:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:39:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:39:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:39:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:39:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:39:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:40:04.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:40:04.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:40:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:40:54.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:40:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:40:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:40:54.820Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:40:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:41:04.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:41:04.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:41:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:41:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:41:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:41:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:41:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:42:04.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:42:04.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:42:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:42:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:42:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:42:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:42:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:42:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:43:04.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:43:04.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:43:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:43:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:43:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:43:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:43:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:43:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:44:04.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:44:04.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:44:54.806Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:44:54.810Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:44:54.810Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:44:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:45:04.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:45:04.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:45:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:45:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:45:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:45:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:45:54.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:46:04.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:46:04.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:46:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:46:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:46:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:46:54.819Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:46:54.820Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:46:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:47:04.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:47:04.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:47:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:47:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:47:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:47:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:47:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:47:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:48:04.365Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:48:04.382Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:48:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:48:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:48:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:48:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:48:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:48:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:49:04.378Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:49:04.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:49:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:49:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:49:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:49:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:49:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:50:04.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:50:04.367Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:50:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:50:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:50:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:50:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:50:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:51:04.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:51:04.393Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:51:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:51:54.808Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:51:54.809Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:51:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:51:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:51:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:52:04.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:52:04.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:52:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:52:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:52:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:52:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:52:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:53:04.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:53:04.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:53:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:53:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:53:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:53:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:53:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:54:04.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:54:04.404Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:54:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:54:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:54:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:54:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:54:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:55:04.353Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:55:04.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:55:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:55:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:55:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:55:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:55:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:55:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:56:04.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:56:04.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:56:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:56:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:56:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:56:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:56:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:57:04.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:57:04.396Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:57:54.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:57:54.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:57:54.809Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:57:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:57:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:57:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:58:04.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:58:04.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:58:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:58:54.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:58:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:58:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:58:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:58:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:59:04.396Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:59:04.396Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T05:59:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:59:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:59:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T05:59:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T05:59:54.820Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T05:59:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:00:04.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:00:04.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:00:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:00:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:00:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:00:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:00:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:00:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:01:04.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:01:04.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:01:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:01:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:01:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:01:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:01:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:01:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:02:04.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:02:04.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:02:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:02:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:02:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:02:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:02:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:02:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:03:04.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:03:04.366Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:03:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:03:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:03:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:03:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:03:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:03:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:04:04.355Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:04:04.387Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:04:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:04:54.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:04:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:04:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:04:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:04:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:05:04.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:05:04.367Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:05:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:05:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:05:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:05:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:05:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:05:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:06:04.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:06:04.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:06:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:06:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:06:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:06:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:06:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:06:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:07:04.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:07:04.367Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:07:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:07:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:07:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:07:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:07:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:08:04.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:08:04.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:08:54.804Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:08:54.805Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:08:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:08:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:08:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:08:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:09:04.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:09:04.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:09:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:09:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:09:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:09:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:09:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:09:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:10:04.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:10:04.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:10:54.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:10:54.810Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:10:54.810Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:10:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:10:54.820Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:10:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:11:04.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:11:04.391Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:11:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:11:54.807Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:11:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:11:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:11:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:11:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:12:04.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:12:04.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:12:54.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:12:54.806Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:12:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:12:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:12:54.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:12:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:13:04.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:13:04.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:13:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:13:54.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:13:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:13:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:13:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:13:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:14:04.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:14:04.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:14:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:14:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:14:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:14:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:14:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:14:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:15:04.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:15:04.369Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:15:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:15:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:15:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:15:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:15:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:15:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:16:04.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:16:04.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:16:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:16:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:16:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:16:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:16:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:17:04.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:17:04.385Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:17:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:17:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:17:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:17:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:17:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:18:04.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:18:04.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:18:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:18:54.807Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:18:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:18:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:18:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:18:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:19:04.392Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:19:04.392Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:19:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:19:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:19:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:19:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:19:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:19:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:20:04.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:20:04.390Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:20:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:20:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:20:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:20:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:20:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:20:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:21:04.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:21:04.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:21:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:21:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:21:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:21:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:21:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:21:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:22:04.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:22:04.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:22:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:22:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:22:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:22:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:22:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:22:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:23:04.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:23:04.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:23:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:23:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:23:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:23:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:23:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:23:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:24:04.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:24:04.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:24:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:24:54.808Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:24:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:24:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:24:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:24:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:25:04.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:25:04.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:25:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:25:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:25:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:25:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:25:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:25:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:26:04.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:26:04.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:26:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:26:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:26:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:26:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:26:54.820Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:26:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:27:04.366Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:27:04.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:27:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:27:54.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:27:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:27:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:27:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:27:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:28:04.354Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:28:04.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:28:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:28:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:28:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:28:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:28:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:29:04.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:29:04.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:29:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:29:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:29:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:29:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:29:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:30:04.359Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:30:04.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:30:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:30:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:30:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:30:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:30:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:30:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:31:04.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:31:04.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:31:54.805Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:31:54.808Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:31:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:31:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:31:54.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:31:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:32:04.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:32:04.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:32:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:32:54.806Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:32:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:32:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:32:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:33:04.362Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:33:04.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:33:54.804Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:33:54.805Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:33:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:33:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:33:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:34:04.358Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:34:04.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:34:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:34:54.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:34:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:34:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:34:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:34:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:35:04.362Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:35:04.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:35:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:35:54.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:35:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:35:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:35:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:36:04.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:36:04.382Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:36:54.804Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:36:54.805Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:36:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:36:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:36:54.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:37:04.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:37:04.383Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:37:54.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:37:54.807Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:37:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:37:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:37:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:38:04.362Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:38:04.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:38:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:38:54.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:38:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:38:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:38:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:38:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:39:04.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:39:04.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:39:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:39:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:39:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:39:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:39:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:39:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:40:04.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:40:04.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:40:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:40:54.805Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:40:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:40:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:40:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:40:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:41:04.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:41:04.367Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:41:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:41:54.805Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:41:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:41:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:41:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:42:04.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:42:04.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:42:54.804Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:42:54.806Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:42:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:42:54.819Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:42:54.820Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:42:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:43:04.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:43:04.382Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:43:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:43:54.805Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:43:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:43:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:43:54.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:43:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:44:04.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:44:04.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:44:54.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:44:54.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:44:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:44:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:45:04.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:45:04.369Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:45:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:45:54.808Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:45:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:45:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:45:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:46:04.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:46:04.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:46:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:46:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:46:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:46:54.818Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:46:54.819Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:46:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:47:04.357Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:47:04.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:47:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:47:54.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:47:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:47:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:47:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:47:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:48:04.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:48:04.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:48:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:48:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:48:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:48:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:48:54.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:48:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:49:04.362Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:49:04.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:49:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:49:54.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:49:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:49:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:49:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:50:04.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:50:04.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:50:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:50:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:50:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:50:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:50:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:51:04.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:51:04.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:51:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:51:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:51:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:51:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:51:54.820Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:51:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:52:04.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:52:04.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:52:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:52:54.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:52:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:52:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:52:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:53:04.360Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:53:04.391Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:53:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:53:54.805Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:53:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:53:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:53:54.818Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:54:04.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:54:04.385Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:54:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:54:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:54:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:54:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:54:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:55:04.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:55:04.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:55:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:55:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:55:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:55:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:55:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:55:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:56:04.359Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:56:04.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:56:54.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:56:54.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:56:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:56:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:56:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:57:04.364Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:57:04.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:57:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:57:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:57:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:57:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:57:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:57:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:58:04.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:58:04.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:58:54.804Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:58:54.806Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:58:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:58:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:58:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:58:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:59:04.363Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:59:04.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T06:59:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:59:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:59:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T06:59:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T06:59:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T06:59:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:00:04.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:00:04.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:00:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:00:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:00:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:00:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:00:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:00:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:01:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:01:04.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:01:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:01:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:01:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:01:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:01:54.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:01:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:02:04.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:02:04.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:02:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:02:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:02:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:02:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:02:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:02:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:03:04.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:03:04.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:03:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:03:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:03:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:03:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:03:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:03:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:04:04.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:04:04.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:04:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:04:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:04:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:04:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:04:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:04:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:05:04.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:05:04.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:05:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:05:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:05:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:05:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:05:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:05:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:06:04.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:06:04.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:06:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:06:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:06:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:06:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:06:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:06:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:07:04.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:07:04.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:07:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:07:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:07:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:07:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:07:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:08:04.359Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:08:04.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:08:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:08:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:08:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:08:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:08:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:08:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:09:04.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:09:04.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:09:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:09:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:09:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:09:54.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:09:54.820Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:09:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:10:04.357Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:10:04.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:10:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:10:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:10:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:10:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:10:54.820Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:10:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:11:04.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:11:04.395Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:11:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:11:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:11:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:11:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:11:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:11:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:12:04.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:12:04.391Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:12:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:12:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:12:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:12:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:12:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:12:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:13:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:13:04.367Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:13:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:13:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:13:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:13:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:13:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:13:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:14:04.362Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:14:04.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:14:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:14:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:14:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:14:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:14:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:14:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:15:04.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:15:04.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:15:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:15:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:15:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:15:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:15:54.818Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:15:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:16:04.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:16:04.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:16:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:16:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:16:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:16:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:16:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:17:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:17:04.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:17:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:17:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:17:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:17:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:17:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:18:04.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:18:04.394Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:18:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:18:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:18:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:18:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:18:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:18:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:19:04.393Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:19:04.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:19:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:19:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:19:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:19:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:19:54.820Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:19:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:20:04.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:20:04.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:20:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:20:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:20:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:20:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:20:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:20:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:21:04.389Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:21:04.396Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:21:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:21:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:21:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:21:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:21:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:21:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:22:04.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:22:04.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:22:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:22:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:22:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:22:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:22:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:22:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:23:04.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:23:04.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:23:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:23:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:23:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:23:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:23:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:23:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:24:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:24:04.396Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:24:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:24:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:24:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:24:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:24:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:24:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:25:04.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:25:04.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:25:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:25:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:25:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:25:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:25:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:25:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:26:04.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:26:04.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:26:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:26:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:26:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:26:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:26:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:26:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:27:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:27:04.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:27:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:27:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:27:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:27:54.819Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:27:54.820Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:27:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:28:04.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:28:04.390Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:28:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:28:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:28:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:28:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:28:54.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:29:04.358Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:29:04.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:29:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:29:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:29:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:29:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:29:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:30:04.359Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:30:04.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:30:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:30:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:30:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:30:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:30:54.818Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:30:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:31:04.362Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:31:04.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:31:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:31:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:31:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:31:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:31:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:31:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:32:04.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:32:04.385Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:32:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:32:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:32:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:32:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:32:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:32:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:33:04.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:33:04.380Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:33:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:33:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:33:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:33:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:33:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:34:04.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:34:04.375Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:34:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:34:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:34:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:34:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:34:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:34:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:35:04.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:35:04.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:35:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:35:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:35:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:35:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:35:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:35:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:36:04.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:36:04.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:36:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:36:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:36:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:36:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:36:54.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:37:04.359Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:37:04.392Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:37:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:37:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:37:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:37:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:37:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:38:04.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:38:04.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:38:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:38:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:38:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:38:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:38:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:38:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:39:04.394Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:39:04.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:39:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:39:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:39:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:39:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:39:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:39:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:40:04.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:40:04.364Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:40:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:40:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:40:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:40:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:40:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:40:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:41:04.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:41:04.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:41:54.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:41:54.810Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:41:54.810Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:41:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:41:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:41:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:42:04.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:42:04.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:42:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:42:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:42:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:42:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:42:54.819Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:42:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:43:04.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:43:04.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:43:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:43:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:43:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:43:54.818Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:43:54.819Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:43:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:44:04.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:44:04.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:44:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:44:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:44:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:44:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:44:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:44:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:45:04.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:45:04.387Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:45:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:45:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:45:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:45:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:45:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:45:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:46:04.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:46:04.472Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:46:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:46:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:46:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:46:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:46:54.820Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:46:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:47:04.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:47:04.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:47:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:47:54.806Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:47:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:47:54.818Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:47:54.822Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:47:54.822Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:48:04.362Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:48:04.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:48:54.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:48:54.807Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:48:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:48:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:48:54.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:48:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:49:04.363Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:49:04.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:49:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:49:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:49:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:49:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:49:54.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:04.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:04.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:54.804Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:50:54.805Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:50:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:50:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:50:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:55.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:55.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7","serviceName":"basic_onboard_KEtMzS","serviceVersion":"1.0","serviceUUID":"f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1","serviceDescription":"service","serviceInvariantUUID":"2038cbdf-d518-46df-b545-4b04fb684747","resources":[{"resourceInstanceName":"basic_onboard_KEtMzS 0","resourceName":"basic_onboard_KEtMzS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b66261b4-c1e4-4616-bbd0-5ead2d4c599e","resourceInvariantUUID":"ca691a80-9786-4de5-a82d-8cae4bcf633c","resourceCustomizationUUID":"2de5917c-a647-4ccc-ba33-5648403a24b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml","artifactChecksum":"Zjk4MmNhZTRmNzUzNmZjNThhNDkyMGNmMGQ1M2YyNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63d88536-873f-4c05-8bd1-0d27cf9d1608","artifactVersion":"1"},{"artifactName":"basic_onboard_ketmzs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json","artifactChecksum":"NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"869dbb5c-e193-458a-b96b-ca907ec6a851","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"38d46e09-76b8-4898-876f-ae05b5ae8cc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f1f81106-89c8-4279-b47d-1c2b106670ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd285d86-8a30-4520-a260-05f9b9eb3f4f","artifactVersion":"2","generatedFromUUID":"38d46e09-76b8-4898-876f-ae05b5ae8cc2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKetmzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml","artifactChecksum":"MGNiMGZjODQyMjk5M2M2MzdmMmQwZGM1ZjZhMDRlZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc639d25-77d9-4fd8-b4f4-aa7b431c8ddf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKetmzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar","artifactChecksum":"NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8911f87-8ee2-408f-a0af-3349a5965362","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:50:55.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:55.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.487Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.528Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367403441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367404045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367401536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367404722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367413977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367414585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367416236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367414987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367417737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "policy-id",
  "timestamp": 1648367415992,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-03-27T07:50:55.583Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:55.584Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.684Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-27T07:50:55.688Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:50:55.689Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.774Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:55.776Z||pool-3-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:55.842Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:55.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367410439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367419135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367418597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367420286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.926Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.926Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T07:50:55.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367413746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "cds",
  "timestamp": 1648367419616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.949Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.949Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:55.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367421310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:50:55.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367422071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367428624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:50:55.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367420113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367429642,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.974Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.974Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:55.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367428636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T07:50:55.985Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:55.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:55.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "aai-ml",
  "timestamp": 1648367429644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:55.990Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:55.990Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:56.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367433115,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367434485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:50:56.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "clamp",
  "timestamp": 1648367435491,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:50:56.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
2022-03-27T07:50:56.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:50:56.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:56.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:56.594Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:56.595Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:50:56.695Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:56.696Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:50:56.696Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:56.715Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:56.716Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:50:57.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:57.597Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:57.599Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:57.600Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:50:57.700Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:57.701Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:50:57.701Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:57.717Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:57.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:50:58.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:58.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:58.604Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:58.604Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:50:58.704Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:58.705Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:50:58.705Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:58.720Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:58.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:50:59.604Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:50:59.605Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:50:59.607Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:50:59.607Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-27T07:50:59.708Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:50:59.708Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:50:59.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:50:59.723Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:50:59.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:00.608Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:51:00.609Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:00.611Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:00.611Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:51:00.712Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:00.713Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:00.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:00.740Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:00.741Z||pool-8-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:01.612Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:51:01.613Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:01.615Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:01.616Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:51:01.716Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:01.717Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:01.717Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:01.737Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:01.737Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:02.618Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "serviceName": "basic_onboard_KEtMzS",
  "serviceVersion": "1.0",
  "serviceUUID": "f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2038cbdf-d518-46df-b545-4b04fb684747",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_KEtMzS 0",
      "resourceCustomizationUUID": "2de5917c-a647-4ccc-ba33-5648403a24b9",
      "resourceName": "basic_onboard_KEtMzS",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b66261b4-c1e4-4616-bbd0-5ead2d4c599e",
      "resourceInvariantUUID": "ca691a80-9786-4de5-a82d-8cae4bcf633c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ketmzs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
          "artifactChecksum": "NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "869dbb5c-e193-458a-b96b-ca907ec6a851",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "38d46e09-76b8-4898-876f-ae05b5ae8cc2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd285d86-8a30-4520-a260-05f9b9eb3f4f",
            "generatedFromUUID": "38d46e09-76b8-4898-876f-ae05b5ae8cc2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd285d86-8a30-4520-a260-05f9b9eb3f4f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKetmzs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
      "artifactChecksum": "NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8911f87-8ee2-408f-a0af-3349a5965362"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T07:51:02.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:51:02.621Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1 ASDC
2022-03-27T07:51:02.773Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
ServiceName:basic_onboard_KEtMzS
ServiceVersion:1.0
ServiceUUID:f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
ServiceInvariantUUID:2038cbdf-d518-46df-b545-4b04fb684747
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKetmzs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
ArtifactUUID:e8911f87-8ee2-408f-a0af-3349a5965362
ArtifactChecksum:NWY0NGE2YzE3MDJlZGYzYTM0Mzc4ZmRjNzhjN2E5NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_KEtMzS 0
ResourceCustomizationUUID:2de5917c-a647-4ccc-ba33-5648403a24b9
ResourceInvariantUUID:ca691a80-9786-4de5-a82d-8cae4bcf633c
ResourceName:basic_onboard_KEtMzS
ResourceType:VF
ResourceUUID:b66261b4-c1e4-4616-bbd0-5ead2d4c599e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ketmzs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
ArtifactUUID:869dbb5c-e193-458a-b96b-ca907ec6a851
ArtifactChecksum:NWM1NzVkZDc5M2FiOTk1YzNkM2M2OTVmZTg2M2UxOTk=
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:38d46e09-76b8-4898-876f-ae05b5ae8cc2
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
ArtifactUUID:bd285d86-8a30-4520-a260-05f9b9eb3f4f
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/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
ArtifactUUID:bd285d86-8a30-4520-a260-05f9b9eb3f4f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T07:51:02.774Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T07:51:02.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:51:02.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:02.840Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:02.840Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8911f87-8ee2-408f-a0af-3349a5965362 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:02.841Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:02.843Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:03.142Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:03.166Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar e8911f87-8ee2-408f-a0af-3349a5965362 71572
2022-03-27T07:51:03.169Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar ASDC sendASDCNotification
2022-03-27T07:51:03.169Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:03.170Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:03.171Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:03.173Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:03.173Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367463167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:51:03.274Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:03.275Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:03.276Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:03.291Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:03.292Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:04.174Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:51:04.175Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-27T07:51:04.176Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8911f87-8ee2-408f-a0af-3349a5965362, URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar to file: /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.176Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.281Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.281Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:04.972Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4001550566455716865/Definitions/service-BasicOnboardKetmzs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-27T07:51:07.888Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:51:07.896Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T07:51:07.896Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.897Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KEtMzS 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-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:07.898Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-27T07:51:07.909Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.911Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.918Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.918Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T07:51:07.921Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:51:07.923Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.923Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:51:07.924Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.925Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:07.929Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:07.930Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:51:07.931Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.931Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:51:07.932Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.933Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.934Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:07.935Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c103acd9-2f4e-499e-80a1-b336d9000419
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.936Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.937Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:07.938Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:07.938Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_KEtMzS
Description:service
Model UUID:f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
Model Version:NULL
Model InvariantUuid:2038cbdf-d518-46df-b545-4b04fb684747
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_KEtMzS
Model UUID:8a1d8e8c-da9e-455d-91f2-6f0e9f4be8e9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca691a80-9786-4de5-a82d-8cae4bcf633c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2de5917c-a647-4ccc-ba33-5648403a24b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:100109ad-e7cd-42e7-a4e5-437b36ec82f8
ModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
ModelUuid:0015f101-2628-4ceb-a63f-d4f3737128e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c103acd9-2f4e-499e-80a1-b336d9000419
ModelInvariantUuid:a603c4b4-a398-4aa4-b6f0-66c2557c46aa
ModelName:basic_onboard_KEtMzS-nodes.ubuntu18Cvfc
ModelUuid:79479500-0dca-4064-a1c6-6499343d8494
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:92a345a5-871e-4ea5-8943-02797975f260
ModelInvariantUuid:19a9fca1-43e9-460a-93c8-bfd37dd71718
ModelName:BasicOnboardKetmzs.compute.nodes.heat.ubuntu18
ModelUuid:a83d9296-c0ee-4968-a4c9-6ebc826754d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T07:51:07.953Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b66261b4-c1e4-4616-bbd0-5ead2d4c599e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:51:08.066Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||basic_onboard_KEtMzS 0
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b66261b4-c1e4-4616-bbd0-5ead2d4c599e
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 869dbb5c-e193-458a-b96b-ca907ec6a851 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:08.075Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:08.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json 869dbb5c-e193-458a-b96b-ca907ec6a851 798
2022-03-27T07:51:08.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json ASDC sendASDCNotification
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:08.449Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:08.452Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:08.452Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367468448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:51:08.552Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:08.553Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:08.553Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:08.570Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:08.571Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:09.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKetmzs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "100109ad-e7cd-42e7-a4e5-437b36ec82f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0015f101-2628-4ceb-a63f-d4f3737128e3",
    "vfModuleModelCustomizationUUID": "87717b5a-945f-481f-bb7e-943f55e68e0a",
    "isBase": true,
    "artifacts": [
      "38d46e09-76b8-4898-876f-ae05b5ae8cc2",
      "bd285d86-8a30-4520-a260-05f9b9eb3f4f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:51:09.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0015f101-2628-4ceb-a63f-d4f3737128e3
VfModuleModelInvariantUUID:100109ad-e7cd-42e7-a4e5-437b36ec82f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
38d46e09-76b8-4898-876f-ae05b5ae8cc2
,
bd285d86-8a30-4520-a260-05f9b9eb3f4f

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

isBase:true


}

2022-03-27T07:51:09.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKetmzs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "100109ad-e7cd-42e7-a4e5-437b36ec82f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0015f101-2628-4ceb-a63f-d4f3737128e3",
    "vfModuleModelCustomizationUUID": "87717b5a-945f-481f-bb7e-943f55e68e0a",
    "isBase": true,
    "artifacts": [
      "38d46e09-76b8-4898-876f-ae05b5ae8cc2",
      "bd285d86-8a30-4520-a260-05f9b9eb3f4f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKetmzs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0015f101-2628-4ceb-a63f-d4f3737128e3
VfModuleModelInvariantUUID:100109ad-e7cd-42e7-a4e5-437b36ec82f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
38d46e09-76b8-4898-876f-ae05b5ae8cc2
,
bd285d86-8a30-4520-a260-05f9b9eb3f4f

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

isBase:true


}

2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38d46e09-76b8-4898-876f-ae05b5ae8cc2 from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:09.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.832Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:09.833Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml 38d46e09-76b8-4898-876f-ae05b5ae8cc2 5033
2022-03-27T07:51:09.833Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:09.834Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:09.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:09.837Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367469833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:51:09.939Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T07:51:09.940Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:09.941Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:09.961Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:09.962Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:10.838Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd285d86-8a30-4520-a260-05f9b9eb3f4f from URL: /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:10.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-27T07:51:10.839Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:11.335Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-27T07:51:11.335Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env bd285d86-8a30-4520-a260-05f9b9eb3f4f 909
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:11.336Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:51:11.337Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:11.340Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:11.340Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367471336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:51:11.440Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:11.441Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:11.441Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:11.455Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:11.456Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:12.347Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
2022-03-27T07:51:12.347Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KEtMzS 0 b66261b4-c1e4-4616-bbd0-5ead2d4c599e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:51:12.389Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67391b0b, org.onap.sdc.toscaparser.api.parameters.Input@46916ea, org.onap.sdc.toscaparser.api.parameters.Input@7cbfe45b, org.onap.sdc.toscaparser.api.parameters.Input@70753a46, org.onap.sdc.toscaparser.api.parameters.Input@5f3b8600]
2022-03-27T07:51:12.394Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-27T07:51:12.395Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2de5917c-a647-4ccc-ba33-5648403a24b9
2022-03-27T07:51:12.396Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2de5917c-a647-4ccc-ba33-5648403a24b9 matches Tosca VF Customization UUID: 2de5917c-a647-4ccc-ba33-5648403a24b9
2022-03-27T07:51:12.396Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2de5917c-a647-4ccc-ba33-5648403a24b9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T07:51:12.407Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.407Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.410Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2de5917c-a647-4ccc-ba33-5648403a24b9: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-27T07:51:12.410Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23d56397
2022-03-27T07:51:12.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:51:12.412Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87717b5a-945f-481f-bb7e-943f55e68e0a
2022-03-27T07:51:12.413Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87717b5a-945f-481f-bb7e-943f55e68e0a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T07:51:12.437Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.437Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.438Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.439Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.439Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is not matching search criteria
2022-03-27T07:51:12.440Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-27T07:51:12.441Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-27T07:51:12.441Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c103acd9-2f4e-499e-80a1-b336d9000419
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:51:12.454Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.455Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.455Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KEtMzS 0 is matching search criteria
2022-03-27T07:51:12.456Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KEtMzS 0] matching following query criteria: sdcType=VF, customizationUUID=2de5917c-a647-4ccc-ba33-5648403a24b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1: basic_onboard_KEtMzS
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.461Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:51:12.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KEtMzS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:51:12.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KEtMzS 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:51:12.706Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KEtMzS b66261b4-c1e4-4616-bbd0-5ead2d4c599e 1 ASDC deployResourceStructure
2022-03-27T07:51:12.707Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json ASDC sendASDCNotification
2022-03-27T07:51:12.707Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json
2022-03-27T07:51:12.708Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:12.708Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:12.711Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:12.711Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367472707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:51:12.811Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:12.812Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:12.812Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:12.826Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:12.826Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml
2022-03-27T07:51:13.713Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:13.714Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:13.716Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:13.716Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367473712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:51:13.827Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-27T07:51:13.831Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:13.832Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:13.855Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:13.856Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:14.717Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:14.718Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:14.722Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:14.723Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367474717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:51:14.823Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:51:14.824Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:14.824Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:14.843Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:14.843Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:51:15.726Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar ASDC sendASDCNotification
2022-03-27T07:51:15.726Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar
2022-03-27T07:51:15.729Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:51:15.730Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:51:15.733Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:51:15.733Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367475726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:51:15.832Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:51:15.833Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:51:15.833Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:15.851Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:15.852Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:51:16.735Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:51:16.755Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T07:51:16.761Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T07:51:16.762Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T07:51:16.762Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:51:16.768Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T07:51:46.769Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T07:51:46.781Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and serviceModelVersionId: f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1
2022-03-27T07:51:46.782Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2038cbdf-d518-46df-b545-4b04fb684747
2022-03-27T07:51:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:51:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:51:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:51:54.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:51:54.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:51:54.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:51:54.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:04.158Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0
2022-03-27T07:52:04.294Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T07:52:04.848Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:04.855Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87cd2ebc-c7e3-47a9-963e-08d34c1e6ebb], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:06.425Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:06.426Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[182d4f5a-9808-4906-9203-777f66cb91f9], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:07.957Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Invoke
2022-03-27T07:52:07.958Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ab3a55a-83c5-442b-8372-185017c5de98], X-ECOMP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], X-TransactionId=[], X-ONAP-RequestID=[70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:52:08.990Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:08.991Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T07:52:08.992Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:08.992Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:52:08.999Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T07:52:09.000Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:52:09.001Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T07:52:09.001Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:09.004Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:09.004Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367529000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:52:09.104Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:09.105Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:09.105Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:09.120Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:09.120Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T07:52:10.019Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:10.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:52:10.020Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:19.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:54.804Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:54.805Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:52:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:52:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:54.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367454804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:52:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367463167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367468448,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367469833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367471336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367472707,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/basic_onboard_ketmzs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367473712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367474717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/resourceInstances/basic_onboard_ketmzs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:52:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367475726,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKetmzs/1.0/artifacts/service-BasicOnboardKetmzs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:52:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:52:55.439Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:55.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-27T07:52:55.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2e1c869-2f3a-4eca-90a6-821a7eade8db","serviceName":"vFW 2022-03-27 07-49-58","serviceVersion":"1.0","serviceUUID":"cb83a35c-222d-4b51-9890-970ab63c8bbd","serviceDescription":"catalog service description","serviceInvariantUUID":"08c3384e-cf23-4309-b5dd-14c9c2018d60","resources":[{"resourceInstanceName":"vFW cbda2625-72b7 0","resourceName":"vFW cbda2625-72b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2d79e1c-bd18-49bd-9798-869e740a1cb0","resourceInvariantUUID":"cc9358c5-e87c-4fc0-9ced-e90b56700f95","resourceCustomizationUUID":"8fe64fc2-dd20-4327-ba11-6f47b66c20f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml","artifactChecksum":"ZmIzMjQ2NmVjNDY2ZDk3MjQ5MGI3NzY1YmNkMmY3ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b82bb3e2-6069-4b84-b118-f4c9a84a437b","artifactVersion":"1"},{"artifactName":"vfwcbda262572b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json","artifactChecksum":"NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75bcc6e8-57c8-474a-a70d-27189e0c1b6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"78c499eb-9492-4ef8-aec0-f6f016a44874","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml","artifactChecksum":"OGJjM2U0YzhkMWY4YTNjZjIzNjNmMTFjNzUxMTcxNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"864c1951-b27d-4c8c-bfff-821d40fd0da1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8081eba0-3639-4bf9-bf31-a9bcb1486b1e","artifactVersion":"2","generatedFromUUID":"78c499eb-9492-4ef8-aec0-f6f016a44874"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327074958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml","artifactChecksum":"ZWIyNWI5ZjEzZTY1M2JjNjUwYzAzZWQwZTkwN2U5ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4408a151-29bd-4382-9ebd-180c1d11ba26","artifactVersion":"1"},{"artifactName":"service-Vfw20220327074958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar","artifactChecksum":"ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:52:55.445Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:55.445Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:55.448Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:55.448Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:52:55.548Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:55.551Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:55.551Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:55.570Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:55.571Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:56.448Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:56.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:56.452Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:56.453Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:52:56.552Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:52:56.553Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:56.553Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:56.566Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:56.567Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:52:57.453Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:57.454Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:57.456Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:57.456Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:52:57.557Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T07:52:57.560Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:57.560Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:57.580Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:57.580Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:58.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:58.458Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:58.463Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:58.463Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:52:58.561Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T07:52:58.562Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:58.562Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:58.596Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:58.597Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:52:59.464Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:52:59.465Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:52:59.467Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:52:59.468Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:52:59.568Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:52:59.569Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:52:59.569Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:52:59.583Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:52:59.583Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:00.468Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:53:00.469Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:00.471Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:00.471Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:00.571Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:00.573Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:00.573Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:00.586Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:00.587Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:01.472Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:53:01.473Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:01.475Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:01.476Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:53:01.576Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:01.577Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:01.577Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:01.592Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:01.593Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:02.477Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "serviceName": "vFW 2022-03-27 07-49-58",
  "serviceVersion": "1.0",
  "serviceUUID": "cb83a35c-222d-4b51-9890-970ab63c8bbd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08c3384e-cf23-4309-b5dd-14c9c2018d60",
  "resources": [
    {
      "resourceInstanceName": "vFW cbda2625-72b7 0",
      "resourceCustomizationUUID": "8fe64fc2-dd20-4327-ba11-6f47b66c20f4",
      "resourceName": "vFW cbda2625-72b7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2d79e1c-bd18-49bd-9798-869e740a1cb0",
      "resourceInvariantUUID": "cc9358c5-e87c-4fc0-9ced-e90b56700f95",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcbda262572b70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
          "artifactChecksum": "NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "75bcc6e8-57c8-474a-a70d-27189e0c1b6a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "78c499eb-9492-4ef8-aec0-f6f016a44874",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8081eba0-3639-4bf9-bf31-a9bcb1486b1e",
            "generatedFromUUID": "78c499eb-9492-4ef8-aec0-f6f016a44874"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8081eba0-3639-4bf9-bf31-a9bcb1486b1e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327074958-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
      "artifactChecksum": "ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T07:53:02.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:53:02.478Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb83a35c-222d-4b51-9890-970ab63c8bbd ASDC
2022-03-27T07:53:02.478Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f2e1c869-2f3a-4eca-90a6-821a7eade8db
ServiceName:vFW 2022-03-27 07-49-58
ServiceVersion:1.0
ServiceUUID:cb83a35c-222d-4b51-9890-970ab63c8bbd
ServiceInvariantUUID:08c3384e-cf23-4309-b5dd-14c9c2018d60
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327074958-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
ArtifactUUID:5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3
ArtifactChecksum:ODA5ZmRkZjJlMjc2ZjYxNTJkNTJlODM5ZjNkYTI1YjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbda2625-72b7 0
ResourceCustomizationUUID:8fe64fc2-dd20-4327-ba11-6f47b66c20f4
ResourceInvariantUUID:cc9358c5-e87c-4fc0-9ced-e90b56700f95
ResourceName:vFW cbda2625-72b7
ResourceType:VF
ResourceUUID:d2d79e1c-bd18-49bd-9798-869e740a1cb0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbda262572b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
ArtifactUUID:75bcc6e8-57c8-474a-a70d-27189e0c1b6a
ArtifactChecksum:NGZkYTU1NTMxOTlkNzc2MTZhNzU4MjZiMTNkMmE3ZWU=
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
ArtifactUUID:78c499eb-9492-4ef8-aec0-f6f016a44874
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
ArtifactUUID:8081eba0-3639-4bf9-bf31-a9bcb1486b1e
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/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
ArtifactUUID:8081eba0-3639-4bf9-bf31-a9bcb1486b1e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T07:53:02.479Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb83a35c-222d-4b51-9890-970ab63c8bbd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:53:02.511Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3 from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:02.512Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:02.513Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:03.130Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:03.139Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3 99001
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar ASDC sendASDCNotification
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:03.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:03.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:03.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367583140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:53:03.244Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:03.245Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:03.245Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:03.262Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:03.263Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:53:04.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:53:04.146Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-27T07:53:04.147Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5cdfbc97-4d1d-4315-b86e-cc1f4b4e5ae3, URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar to file: /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.147Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.148Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.148Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:04.412Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9647111423660425532/Definitions/service-Vfw20220327074958-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-27T07:53:06.921Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:53:06.922Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-27T07:53:06.922Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.923Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.924Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbda2625-72b7 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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.925Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-Vfw20220327074958-csar.csar
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-27T07:53:06.926Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.927Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-27T07:53:06.928Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:53:06.928Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-27T07:53:06.929Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:53:06.930Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.930Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.931Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.932Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.933Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.934Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.935Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:53:06.936Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.937Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.937Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.938Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:06.939Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.940Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.941Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.942Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.943Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71bf4e92-0983-4a9c-9fa8-abf13baed63f
2022-03-27T07:53:06.944Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.944Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.945Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.946Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.947Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=855f9a9f-ac57-4ab4-b83c-c109c0bf424e
2022-03-27T07:53:06.948Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:06.949Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.950Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:06.951Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:06.952Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2819b315-d76f-4ca5-98d0-4f2d107d2c8d
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.953Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.954Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:06.955Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 07-49-58
Description:catalog service description
Model UUID:cb83a35c-222d-4b51-9890-970ab63c8bbd
Model Version:NULL
Model InvariantUuid:08c3384e-cf23-4309-b5dd-14c9c2018d60
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cbda2625-72b7
Model UUID:7ef0b601-d233-4355-bfab-c3dcd64768bf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc9358c5-e87c-4fc0-9ced-e90b56700f95
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8fe64fc2-dd20-4327-ba11-6f47b66c20f4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
ModelName:VfwCbda262572b7..base_vfw..module-0
ModelUuid:b24e2128-8eaf-4ae1-af31-aa0b57e04962
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:71bf4e92-0983-4a9c-9fa8-abf13baed63f
ModelInvariantUuid:6c706e6a-59cc-4394-a607-058b74ac5bb6
ModelName:vFW cbda2625-72b7-nodes.vfwCvfc
ModelUuid:fe85bae7-ffa1-4a65-81d9-ac3c8b18ab33
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:14d10c0f-2d69-4c21-83f8-82d3f82843d7
ModelInvariantUuid:9d9e42e2-762a-4d32-b280-5598cd2f5136
ModelName:VfwCbda262572b7.compute.nodes.heat.vfw
ModelUuid:1db72622-72b4-4e29-a686-126b8c0dda7a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:855f9a9f-ac57-4ab4-b83c-c109c0bf424e
ModelInvariantUuid:0122e342-49e0-4b5c-beb4-d4865301305b
ModelName:vFW cbda2625-72b7-nodes.vsnCvfc
ModelUuid:37464b64-ce28-45b6-b28b-6d96fb59d614
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9534f44e-2329-4a9d-9b9d-593b1efd9485
ModelInvariantUuid:966ab2c0-1a45-4f3c-a681-52801b367a83
ModelName:VfwCbda262572b7.compute.nodes.heat.vsn
ModelUuid:aaedcd67-47c5-4c9b-b703-590b4a747c39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2819b315-d76f-4ca5-98d0-4f2d107d2c8d
ModelInvariantUuid:c7665a38-6374-4fdb-a1a1-5a064458be2d
ModelName:vFW cbda2625-72b7-nodes.vpgCvfc
ModelUuid:16795f8a-f847-4566-93e6-1f8165522ae9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dbf283c0-cefc-4339-86f8-0f1b09f2fbb1
ModelInvariantUuid:9e160e61-0020-4cb4-a18d-553190e0da00
ModelName:VfwCbda262572b7.compute.nodes.heat.vpg
ModelUuid:bb619b2a-9976-4caa-a2f4-25a5d95046f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T07:53:06.962Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d2d79e1c-bd18-49bd-9798-869e740a1cb0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||vFW cbda2625-72b7 0
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2d79e1c-bd18-49bd-9798-869e740a1cb0
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 75bcc6e8-57c8-474a-a70d-27189e0c1b6a from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:06.966Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:06.967Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:07.427Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:07.427Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json 75bcc6e8-57c8-474a-a70d-27189e0c1b6a 785
2022-03-27T07:53:07.428Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json ASDC sendASDCNotification
2022-03-27T07:53:07.428Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:07.429Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:07.429Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:07.433Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:07.434Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367587428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:53:07.534Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:07.535Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:07.536Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:07.554Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:07.555Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:08.435Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbda262572b7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b80c75e2-7ab8-4eb8-9cbe-e3257c599333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b24e2128-8eaf-4ae1-af31-aa0b57e04962",
    "vfModuleModelCustomizationUUID": "bfa33d21-b886-44c4-99db-318fd8f56352",
    "isBase": true,
    "artifacts": [
      "78c499eb-9492-4ef8-aec0-f6f016a44874",
      "8081eba0-3639-4bf9-bf31-a9bcb1486b1e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:53:08.441Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbda262572b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b24e2128-8eaf-4ae1-af31-aa0b57e04962
VfModuleModelInvariantUUID:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
VfModuleModelDescription:NULL
Artifacts UUID List:{
78c499eb-9492-4ef8-aec0-f6f016a44874
,
8081eba0-3639-4bf9-bf31-a9bcb1486b1e

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

isBase:true


}

2022-03-27T07:53:08.445Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCbda262572b7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b80c75e2-7ab8-4eb8-9cbe-e3257c599333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b24e2128-8eaf-4ae1-af31-aa0b57e04962",
    "vfModuleModelCustomizationUUID": "bfa33d21-b886-44c4-99db-318fd8f56352",
    "isBase": true,
    "artifacts": [
      "78c499eb-9492-4ef8-aec0-f6f016a44874",
      "8081eba0-3639-4bf9-bf31-a9bcb1486b1e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbda262572b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b24e2128-8eaf-4ae1-af31-aa0b57e04962
VfModuleModelInvariantUUID:b80c75e2-7ab8-4eb8-9cbe-e3257c599333
VfModuleModelDescription:NULL
Artifacts UUID List:{
78c499eb-9492-4ef8-aec0-f6f016a44874
,
8081eba0-3639-4bf9-bf31-a9bcb1486b1e

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

isBase:true


}

2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 78c499eb-9492-4ef8-aec0-f6f016a44874 from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:08.446Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.756Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:08.757Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml 78c499eb-9492-4ef8-aec0-f6f016a44874 20368
2022-03-27T07:53:08.757Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:08.758Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:08.761Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:08.761Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367588757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:53:08.861Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:08.863Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:08.863Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:08.879Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:08.879Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:09.762Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8081eba0-3639-4bf9-bf31-a9bcb1486b1e from URL: /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:09.762Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-27T07:53:09.763Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:10.140Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env 8081eba0-3639-4bf9-bf31-a9bcb1486b1e 2098
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:10.141Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:53:10.142Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:10.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:10.144Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367590141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:53:10.245Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:10.246Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:10.246Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:10.258Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:10.259Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:11.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cb83a35c-222d-4b51-9890-970ab63c8bbd
2022-03-27T07:53:11.145Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbda2625-72b7 0 d2d79e1c-bd18-49bd-9798-869e740a1cb0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:53:11.174Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eea0971, org.onap.sdc.toscaparser.api.parameters.Input@31eea3c7, org.onap.sdc.toscaparser.api.parameters.Input@54526fc1, org.onap.sdc.toscaparser.api.parameters.Input@551c8582, org.onap.sdc.toscaparser.api.parameters.Input@7b13bfd1]
2022-03-27T07:53:11.175Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8fe64fc2-dd20-4327-ba11-6f47b66c20f4
2022-03-27T07:53:11.176Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4 matches Tosca VF Customization UUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4
2022-03-27T07:53:11.177Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8fe64fc2-dd20-4327-ba11-6f47b66c20f4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T07:53:11.180Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.181Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8fe64fc2-dd20-4327-ba11-6f47b66c20f4: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@494d3db3
2022-03-27T07:53:11.182Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfa33d21-b886-44c4-99db-318fd8f56352
2022-03-27T07:53:11.183Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfa33d21-b886-44c4-99db-318fd8f56352
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T07:53:11.187Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.187Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.188Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.189Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.190Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:11.191Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:11.192Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.193Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:11.193Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.194Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71bf4e92-0983-4a9c-9fa8-abf13baed63f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:53:11.198Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.199Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.199Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.200Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.200Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.201Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.202Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:53:11.203Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:53:11.204Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.205Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=855f9a9f-ac57-4ab4-b83c-c109c0bf424e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:53:11.208Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.208Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.209Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.213Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.213Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:53:11.214Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.215Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:53:11.216Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:53:11.217Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2819b315-d76f-4ca5-98d0-4f2d107d2c8d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:53:11.221Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:53:11.222Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.223Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Node template vFW cbda2625-72b7 0 is matching search criteria
2022-03-27T07:53:11.223Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cbda2625-72b7 0] matching following query criteria: sdcType=VF, customizationUUID=8fe64fc2-dd20-4327-ba11-6f47b66c20f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:53:11.225Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.226Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.226Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cb83a35c-222d-4b51-9890-970ab63c8bbd: vFW cbda2625-72b7
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.227Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.228Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-27 07-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:53:11.229Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-27 07-49-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-03-27T07:53:11.448Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbda2625-72b7 d2d79e1c-bd18-49bd-9798-869e740a1cb0 1 ASDC deployResourceStructure
2022-03-27T07:53:11.448Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json ASDC sendASDCNotification
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:11.449Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:11.452Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:11.452Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367591448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:53:11.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:11.554Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:11.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:11.577Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:11.578Z||pool-30-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:53:12.453Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:12.454Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:12.456Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:12.457Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367592453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:53:12.557Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:12.558Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:12.558Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:12.576Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:12.576Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:13.479Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:13.480Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:13.485Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:13.486Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367593479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:53:13.584Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-27T07:53:13.585Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:13.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:13.667Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:13.668Z||pool-32-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:14.487Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar ASDC sendASDCNotification
2022-03-27T07:53:14.487Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar
2022-03-27T07:53:14.488Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:53:14.488Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-27T07:53:14.490Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:53:14.490Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367594487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:53:14.590Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:53:14.591Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:53:14.591Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:14.605Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:14.605Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:53:15.491Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:53:15.501Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:53:15.503Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:53:45.504Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:53:45.514Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:53:45.517Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:53:45.517Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:53:45.520Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:53:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:53:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:53:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:53:54.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:53:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367529000,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.869Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367561536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:53:54.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367560438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367563744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367564722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367563440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:53:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:54:15.526Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:54:15.548Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:54:15.550Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:54:15.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:54:15.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:54:45.551Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:54:45.562Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:54:45.564Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:54:45.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:54:45.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:54:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:54:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:54:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:54:54.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:54:54.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:54:54.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:54:54.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:15.565Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:55:15.579Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:55:15.583Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:55:45.584Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:55:45.599Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:55:45.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:55:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:55:54.820Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:55:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:55:54.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:55:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367575061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367575672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367577309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367577381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367576066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "cds",
  "timestamp": 1648367576679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.870Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.870Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:55:54.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367570113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367578683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "policy-id",
  "timestamp": 1648367577070,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.891Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:55:54.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367580348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367581429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.906Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.906Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367581674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367582441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.915Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367582688,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.919Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367574804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367583140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367587428,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367588757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367589490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367590141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367584045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367591448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/vfwcbda262572b70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367591500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367592165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367592453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "clamp",
  "timestamp": 1648367592506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.944Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.944Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:55:54.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367593479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/resourceInstances/vfwcbda262572b70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367594487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367605319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327074958/1.0/artifacts/service-Vfw20220327074958-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:55:54.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "aai-ml",
  "timestamp": 1648367606326,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:55:54.959Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f2e1c869-2f3a-4eca-90a6-821a7eade8db
2022-03-27T07:55:54.959Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2e1c869-2f3a-4eca-90a6-821a7eade8db and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:15.601Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:56:15.616Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T07:56:15.622Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T07:56:15.623Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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-03-27T07:56:15.629Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T07:56:45.631Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T07:56:45.639Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2e1c869-2f3a-4eca-90a6-821a7eade8db and serviceModelVersionId: cb83a35c-222d-4b51-9890-970ab63c8bbd
2022-03-27T07:56:45.640Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08c3384e-cf23-4309-b5dd-14c9c2018d60
2022-03-27T07:56:45.642Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0
2022-03-27T07:56:45.650Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T07:56:45.746Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|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/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T07:56:45.748Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:47.286Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T07:56:47.289Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:48.838Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T07:56:48.840Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Invoke
2022-03-27T07:56:49.858Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.859Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T07:56:49.860Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.860Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2e1c869-2f3a-4eca-90a6-821a7eade8db and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:56:49.869Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T07:56:49.870Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:49.873Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:49.873Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367809869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:56:49.973Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:49.974Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:49.975Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:49.993Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:49.994Z||pool-34-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-03-27T07:56:50.887Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:56:50.888Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:56:50.888Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:56:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:54.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:54.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367720113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367725438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648367721537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367723441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367724722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367736861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367734681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367735333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367735687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "cds",
  "timestamp": 1648367736340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:54.887Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.888Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:54.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367738162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "policy-id",
  "timestamp": 1648367736693,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:56:54.907Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:54.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367739860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367740888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:56:54.930Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.931Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T07:56:54.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648367741892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367734045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367742057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367747511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367743744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367749522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367751713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "clamp",
  "timestamp": 1648367750526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:56:54.960Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:56:54.960Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367756268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:56:54.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:56:55.316Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:55.317Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||received message from topic
2022-03-27T07:56:55.317Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1fa81022-5f78-4042-ad58-26fcbac2b9b7","serviceName":"vFW 2022-03-27 07-52-48","serviceVersion":"1.0","serviceUUID":"c81896b3-48a4-4c71-99b7-d2433914d4d7","serviceDescription":"catalog service description","serviceInvariantUUID":"942e2457-e0bb-4547-bddb-b9acaa7fe971","resources":[{"resourceInstanceName":"vFW 198a570a-a413 0","resourceName":"vFW 198a570a-a413","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1b8350d-9dec-4e1e-b333-73879e291b1a","resourceInvariantUUID":"16baa445-0c2e-4c5b-8a32-294360f860ec","resourceCustomizationUUID":"30b4a26d-f432-4607-befe-2d272883d3e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml","artifactChecksum":"NzIyNGJmZGNmNTllZWQ4YzYzYmQxYTc5YTkyNmU0M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff1265a6-dbb1-4f3c-93bb-45b47adc42fc","artifactVersion":"1"},{"artifactName":"vfw198a570aa4130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json","artifactChecksum":"NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e68d8d93-7e0a-4fc0-a23b-1176f5929a2f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c5d3b51-c046-4e5f-a772-b11dc189d027","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml","artifactChecksum":"MGE4MzI5ZmY1MWEzZTZlNjczOGNmMTliNTY4OWFmYTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd90fb91-3808-4c0c-83bc-2ec357d7f4ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b54a5cad-9b09-4b3f-9a9b-796b390cd619","artifactVersion":"2","generatedFromUUID":"9c5d3b51-c046-4e5f-a772-b11dc189d027"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327075248-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml","artifactChecksum":"MTg3YmNiNWE2NDRhZThkMjg4OWZhOGFkMmU1NGRiNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a880bc4c-2eac-4273-9afa-3c853617e74b","artifactVersion":"1"},{"artifactName":"service-Vfw20220327075248-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar","artifactChecksum":"NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a97a64e1-dc67-4915-9df4-c8e19fd52159","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T07:56:55.322Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:55.322Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:55.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:55.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:55.425Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:55.427Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:55.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:55.456Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:55.457Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:56.325Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:56.326Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:56.329Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:56.329Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:56:56.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:56.431Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:56.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:56.454Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:56.455Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:57.330Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:57.331Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:57.334Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:57.334Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:56:57.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:57.436Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:57.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:57.458Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:57.459Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:58.338Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:58.339Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:58.342Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:58.342Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:56:58.442Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:58.443Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:58.444Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:58.467Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:58.468Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:56:59.343Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:56:59.345Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:56:59.347Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:56:59.347Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:56:59.447Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:56:59.448Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:56:59.449Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:56:59.484Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:56:59.485Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:00.348Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:57:00.349Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:00.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:00.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:57:00.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:00.452Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:00.453Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:00.466Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:00.467Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:57:01.351Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T07:57:01.352Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:01.354Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:01.354Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:57:01.454Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:01.455Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:01.455Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:01.471Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:01.471Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:02.355Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "serviceName": "vFW 2022-03-27 07-52-48",
  "serviceVersion": "1.0",
  "serviceUUID": "c81896b3-48a4-4c71-99b7-d2433914d4d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "942e2457-e0bb-4547-bddb-b9acaa7fe971",
  "resources": [
    {
      "resourceInstanceName": "vFW 198a570a-a413 0",
      "resourceCustomizationUUID": "30b4a26d-f432-4607-befe-2d272883d3e5",
      "resourceName": "vFW 198a570a-a413",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1b8350d-9dec-4e1e-b333-73879e291b1a",
      "resourceInvariantUUID": "16baa445-0c2e-4c5b-8a32-294360f860ec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw198a570aa4130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
          "artifactChecksum": "NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e68d8d93-7e0a-4fc0-a23b-1176f5929a2f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9c5d3b51-c046-4e5f-a772-b11dc189d027",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b54a5cad-9b09-4b3f-9a9b-796b390cd619",
            "generatedFromUUID": "9c5d3b51-c046-4e5f-a772-b11dc189d027"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b54a5cad-9b09-4b3f-9a9b-796b390cd619",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327075248-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
      "artifactChecksum": "NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a97a64e1-dc67-4915-9df4-c8e19fd52159"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T07:57:02.356Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T07:57:02.356Z|f2e1c869-2f3a-4eca-90a6-821a7eade8db|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c81896b3-48a4-4c71-99b7-d2433914d4d7 ASDC
2022-03-27T07:57:02.357Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1fa81022-5f78-4042-ad58-26fcbac2b9b7
ServiceName:vFW 2022-03-27 07-52-48
ServiceVersion:1.0
ServiceUUID:c81896b3-48a4-4c71-99b7-d2433914d4d7
ServiceInvariantUUID:942e2457-e0bb-4547-bddb-b9acaa7fe971
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327075248-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
ArtifactUUID:a97a64e1-dc67-4915-9df4-c8e19fd52159
ArtifactChecksum:NjA2YzcwZGE3ZjJhZmE2MzliMTYzM2VkYWExZDljYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 198a570a-a413 0
ResourceCustomizationUUID:30b4a26d-f432-4607-befe-2d272883d3e5
ResourceInvariantUUID:16baa445-0c2e-4c5b-8a32-294360f860ec
ResourceName:vFW 198a570a-a413
ResourceType:VF
ResourceUUID:f1b8350d-9dec-4e1e-b333-73879e291b1a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw198a570aa4130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
ArtifactUUID:e68d8d93-7e0a-4fc0-a23b-1176f5929a2f
ArtifactChecksum:NTFhMzZjNmM4M2JlMzY5NDE2MTJlMmNkZDMxZTZmZDY=
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
ArtifactUUID:9c5d3b51-c046-4e5f-a772-b11dc189d027
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
ArtifactUUID:b54a5cad-9b09-4b3f-9a9b-796b390cd619
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/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
ArtifactUUID:b54a5cad-9b09-4b3f-9a9b-796b390cd619
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T07:57:02.357Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c81896b3-48a4-4c71-99b7-d2433914d4d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: a97a64e1-dc67-4915-9df4-c8e19fd52159 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.388Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:02.389Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.830Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:02.842Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar a97a64e1-dc67-4915-9df4-c8e19fd52159 98981
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar ASDC sendASDCNotification
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:02.843Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:02.844Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:02.846Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:02.847Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367822843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:57:02.947Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:02.948Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:02.948Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:02.962Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:02.963Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:57:03.847Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T07:57:03.849Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||MSO config path is: /app
2022-03-27T07:57:03.849Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to write artifact UUID: a97a64e1-dc67-4915-9df4-c8e19fd52159, URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar to file: /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.850Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.850Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:03.851Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:04.174Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6588548749512674244/Definitions/service-Vfw20220327075248-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-03-27T07:57:06.679Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||####################################################################################################
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 198a570a-a413 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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?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-Vfw20220327075248-csar.csar
2022-03-27T07:57:06.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|WARN|500||####################################################################################################
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T07:57:06.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T07:57:06.683Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.684Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.685Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.686Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.687Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.687Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:57:06.688Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.689Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:06.690Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.691Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.692Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.693Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=747352a6-a078-4f91-b79c-3a788dcbc639
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.694Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:57:06.695Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.696Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4ec8a6-53d8-49a6-b4c6-501d6a2c8c1b
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.697Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:06.698Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b18593e7-8274-49e9-a334-c077936d42c1
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.699Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:06.700Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:06.701Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 07-52-48
Description:catalog service description
Model UUID:c81896b3-48a4-4c71-99b7-d2433914d4d7
Model Version:NULL
Model InvariantUuid:942e2457-e0bb-4547-bddb-b9acaa7fe971
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 198a570a-a413
Model UUID:6519b311-71a3-4396-a15c-910e2eecd309
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16baa445-0c2e-4c5b-8a32-294360f860ec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:30b4a26d-f432-4607-befe-2d272883d3e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:968353bd-ef07-4547-985d-42e5b16597fc
ModelName:Vfw198a570aA413..base_vfw..module-0
ModelUuid:6aac355c-d406-44e8-8114-191732e63ad4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:747352a6-a078-4f91-b79c-3a788dcbc639
ModelInvariantUuid:d4182cbf-e894-4794-b5b8-81a394834019
ModelName:vFW 198a570a-a413-nodes.vfwCvfc
ModelUuid:c6ead8a1-9be3-4bfd-a392-a5db34a675c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a0619612-9ab8-4a4d-9afa-195d799a00ba
ModelInvariantUuid:c02bd7d5-d2a1-4095-891b-aee101dd1d3e
ModelName:Vfw198a570aA413.compute.nodes.heat.vfw
ModelUuid:7040b44b-897c-40b8-ba85-5b9554b46276
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c4ec8a6-53d8-49a6-b4c6-501d6a2c8c1b
ModelInvariantUuid:8064c523-7324-4de6-b5cb-ca8cb0edc4da
ModelName:vFW 198a570a-a413-nodes.vsnCvfc
ModelUuid:2592a737-acf9-41bb-a297-40ca326ed17e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3c125c53-b549-4068-8664-52be4a7445b2
ModelInvariantUuid:36bab67d-b0c8-4beb-955c-6a029130d234
ModelName:Vfw198a570aA413.compute.nodes.heat.vsn
ModelUuid:d9db95c6-be96-4fd1-b60b-c78f337fc4f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b18593e7-8274-49e9-a334-c077936d42c1
ModelInvariantUuid:baa5e004-49d7-4e29-8772-b04903886df3
ModelName:vFW 198a570a-a413-nodes.vpgCvfc
ModelUuid:d187fdea-cfc6-4cd9-bb58-8d6c377e7134
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a9573d4c-a641-4150-9361-f764104169e4
ModelInvariantUuid:60c2a404-f679-4f73-a833-66d3863c61ec
ModelName:Vfw198a570aA413.compute.nodes.heat.vpg
ModelUuid:e4fe83db-ef3c-41cb-9fea-3899607c8b0b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T07:57:06.707Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f1b8350d-9dec-4e1e-b333-73879e291b1a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:57:06.711Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||vFW 198a570a-a413 0
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f1b8350d-9dec-4e1e-b333-73879e291b1a
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: e68d8d93-7e0a-4fc0-a23b-1176f5929a2f from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:06.712Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:07.128Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json e68d8d93-7e0a-4fc0-a23b-1176f5929a2f 785
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json ASDC sendASDCNotification
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:07.129Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:07.130Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:07.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:07.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367827129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:57:07.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:07.234Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:07.234Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:07.249Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:07.249Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:08.133Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw198a570aA413..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "968353bd-ef07-4547-985d-42e5b16597fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6aac355c-d406-44e8-8114-191732e63ad4",
    "vfModuleModelCustomizationUUID": "582625fb-a5fc-4e35-a1cd-de7c9c74f3ba",
    "isBase": true,
    "artifacts": [
      "9c5d3b51-c046-4e5f-a772-b11dc189d027",
      "b54a5cad-9b09-4b3f-9a9b-796b390cd619"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:57:08.142Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw198a570aA413..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6aac355c-d406-44e8-8114-191732e63ad4
VfModuleModelInvariantUUID:968353bd-ef07-4547-985d-42e5b16597fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c5d3b51-c046-4e5f-a772-b11dc189d027
,
b54a5cad-9b09-4b3f-9a9b-796b390cd619

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

isBase:true


}

2022-03-27T07:57:08.145Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw198a570aA413..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "968353bd-ef07-4547-985d-42e5b16597fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6aac355c-d406-44e8-8114-191732e63ad4",
    "vfModuleModelCustomizationUUID": "582625fb-a5fc-4e35-a1cd-de7c9c74f3ba",
    "isBase": true,
    "artifacts": [
      "9c5d3b51-c046-4e5f-a772-b11dc189d027",
      "b54a5cad-9b09-4b3f-9a9b-796b390cd619"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T07:57:08.145Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw198a570aA413..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6aac355c-d406-44e8-8114-191732e63ad4
VfModuleModelInvariantUUID:968353bd-ef07-4547-985d-42e5b16597fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
9c5d3b51-c046-4e5f-a772-b11dc189d027
,
b54a5cad-9b09-4b3f-9a9b-796b390cd619

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

isBase:true


}

2022-03-27T07:57:08.146Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: 9c5d3b51-c046-4e5f-a772-b11dc189d027 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.146Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:08.147Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.455Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml 9c5d3b51-c046-4e5f-a772-b11dc189d027 20368
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:57:08.456Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:08.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:08.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:08.459Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:08.459Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367828456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:57:08.559Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:08.560Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:08.560Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:08.577Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:08.578Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:09.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Trying to download the artifact UUID: b54a5cad-9b09-4b3f-9a9b-796b390cd619 from URL: /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - download
2022-03-27T07:57:09.461Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.722Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T07:57:09.724Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env b54a5cad-9b09-4b3f-9a9b-796b390cd619 2098
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T07:57:09.725Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:09.727Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:09.727Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367829724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:57:09.835Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-27T07:57:09.836Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:09.836Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:09.850Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:09.851Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:10.728Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Preparing to deploy Service: c81896b3-48a4-4c71-99b7-d2433914d4d7
2022-03-27T07:57:10.729Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 198a570a-a413 0 f1b8350d-9dec-4e1e-b333-73879e291b1a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:57:10.747Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4977caa7, org.onap.sdc.toscaparser.api.parameters.Input@257dbfcd, org.onap.sdc.toscaparser.api.parameters.Input@6a0deba7, org.onap.sdc.toscaparser.api.parameters.Input@7b8f1d17, org.onap.sdc.toscaparser.api.parameters.Input@cdac233]
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||VFCustomizationUUID= 30b4a26d-f432-4607-befe-2d272883d3e5
2022-03-27T07:57:10.749Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 30b4a26d-f432-4607-befe-2d272883d3e5 matches Tosca VF Customization UUID: 30b4a26d-f432-4607-befe-2d272883d3e5
2022-03-27T07:57:10.750Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||vfCustomizationUUID: 30b4a26d-f432-4607-befe-2d272883d3e5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T07:57:10.752Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.753Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||resource request for resource customization id 30b4a26d-f432-4607-befe-2d272883d3e5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4220d6de
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.754Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T07:57:10.755Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 582625fb-a5fc-4e35-a1cd-de7c9c74f3ba
2022-03-27T07:57:10.755Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 582625fb-a5fc-4e35-a1cd-de7c9c74f3ba
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T07:57:10.757Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.758Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:10.759Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:10.760Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.761Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:10.762Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.762Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=747352a6-a078-4f91-b79c-3a788dcbc639
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:57:10.765Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.765Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.766Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.766Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.767Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:10.767Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:10.767Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:10.768Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.768Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.768Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:10.768Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.769Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:10.769Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T07:57:10.769Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T07:57:10.769Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.770Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T07:57:10.770Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.770Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c4ec8a6-53d8-49a6-b4c6-501d6a2c8c1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:57:10.772Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.773Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.773Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.773Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.773Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is not matching search criteria
2022-03-27T07:57:10.774Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T07:57:10.774Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T07:57:10.774Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.775Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.775Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T07:57:10.775Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.775Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T07:57:10.776Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T07:57:10.776Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T07:57:10.776Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T07:57:10.776Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T07:57:10.776Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T07:57:10.777Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b18593e7-8274-49e9-a334-c077936d42c1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T07:57:10.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T07:57:10.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Node template vFW 198a570a-a413 0 is matching search criteria
2022-03-27T07:57:10.781Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found topology templates [vFW 198a570a-a413 0] matching following query criteria: sdcType=VF, customizationUUID=30b4a26d-f432-4607-befe-2d272883d3e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:57:10.782Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.783Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.783Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500|| resourceSeq for service uuid c81896b3-48a4-4c71-99b7-d2433914d4d7: vFW 198a570a-a413
2022-03-27T07:57:10.783Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.783Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.784Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.784Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.784Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.784Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.785Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.785Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.785Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T07:57:10.785Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Service vFW 2022-03-27 07-52-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T07:57:10.786Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||Saving Service: vFW 2022-03-27 07-52-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:57:11.003Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 198a570a-a413 f1b8350d-9dec-4e1e-b333-73879e291b1a 1 ASDC deployResourceStructure
2022-03-27T07:57:11.004Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json ASDC sendASDCNotification
2022-03-27T07:57:11.004Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json
2022-03-27T07:57:11.004Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:57:11.004Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:11.007Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:11.007Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367831004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:57:11.107Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:11.108Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:11.108Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:11.122Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:11.123Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T07:57:12.008Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T07:57:12.008Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml
2022-03-27T07:57:12.008Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:57:12.008Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:12.010Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:12.010Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367832007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:57:12.111Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:12.112Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:12.112Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:12.123Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:12.123Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:13.012Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T07:57:13.012Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env
2022-03-27T07:57:13.012Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:57:13.012Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:13.014Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:13.014Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367833011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:57:13.114Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:57:13.115Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:13.115Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:13.128Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:13.129Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:14.015Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar ASDC sendASDCNotification
2022-03-27T07:57:14.016Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar
2022-03-27T07:57:14.016Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T07:57:14.016Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:57:14.020Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:57:14.020Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367834015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:57:14.123Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-27T07:57:14.124Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:57:14.124Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:14.145Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:14.146Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-27T07:57:15.021Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:57:15.044Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:57:15.047Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:57:15.048Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:57:15.048Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:57:45.048Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:57:45.061Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:57:45.070Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:57:45.070Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:57:45.070Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:57:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:57:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:57:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:57:54.854Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:57:54.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T07:57:54.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367755200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T07:57:54.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:58:15.073Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:58:15.087Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:58:15.093Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:58:15.093Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:58:15.093Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:58:45.093Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:58:45.106Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:58:45.109Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:58:45.109Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T07:58:45.109Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T07:58:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:58:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:58:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:58:54.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:58:54.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:58:54.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648367757277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:58:54.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:58:54.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:58:54.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:58:54.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "aai-ml",
  "timestamp": 1648367756204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:58:54.876Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1fa81022-5f78-4042-ad58-26fcbac2b9b7
2022-03-27T07:58:54.876Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T07:58:54.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:58:54.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2e1c869-2f3a-4eca-90a6-821a7eade8db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367809869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:58:54.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:15.110Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:59:15.124Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T07:59:15.127Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T07:59:15.127Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T07:59:15.127Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T07:59:15.127Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T07:59:15.128Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T07:59:15.128Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T07:59:15.132Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T07:59:45.135Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T07:59:45.143Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and serviceModelVersionId: c81896b3-48a4-4c71-99b7-d2433914d4d7
2022-03-27T07:59:45.143Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 942e2457-e0bb-4547-bddb-b9acaa7fe971
2022-03-27T07:59:45.144Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0
2022-03-27T07:59:45.148Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08c3384e-cf23-4309-b5dd-14c9c2018d60/model-vers/model-ver/cb83a35c-222d-4b51-9890-970ab63c8bbd?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T07:59:45.205Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Invoke
2022-03-27T07:59:45.206Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df1173ac-c660-43b4-b192-ce24a22318bf], X-ECOMP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-TransactionId=[], X-ONAP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:59:46.741Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Invoke
2022-03-27T07:59:46.741Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32f5bf3a-067f-4e54-9913-0b416d117fca], X-ECOMP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-TransactionId=[], X-ONAP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:59:48.273Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Invoke
2022-03-27T07:59:48.273Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0acd2160-4634-46a6-a6cf-c3b2e1c43034], X-ECOMP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], X-TransactionId=[], X-ONAP-RequestID=[1fa81022-5f78-4042-ad58-26fcbac2b9b7], Content-Type=[application/merge-patch+json]}
2022-03-27T07:59:49.313Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:59:49.316Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T07:59:49.318Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:59:49.318Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T07:59:49.327Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T07:59:49.328Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fa81022-5f78-4042-ad58-26fcbac2b9b7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T07:59:49.328Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T07:59:49.328Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T07:59:49.330Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T07:59:49.331Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367989328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T07:59:49.431Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T07:59:49.433Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T07:59:49.433Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:59:49.460Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:59:49.460Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T07:59:50.345Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:59:50.346Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:59:50.346Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T07:59:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T07:59:54.819Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T07:59:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T07:59:54.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T07:59:54.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367810887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367822843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367827129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367828456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:59:54.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367829724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367831004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/vfw198a570aa4130_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T07:59:54.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367832007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367833011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/resourceInstances/vfw198a570aa4130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367834015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327075248/1.0/artifacts/service-Vfw20220327075248-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T07:59:54.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:00:00.656Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:00.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:00.657Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:00.658Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:10.219Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:10.220Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:10.220Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:10.221Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:19.776Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:19.776Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:19.777Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:19.777Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:29.337Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:29.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:29.339Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:29.339Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:38.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:38.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:38.885Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:38.885Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:48.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:54.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:54.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:00:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:00:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:00:55.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:00:55.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:00:55.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fa81022-5f78-4042-ad58-26fcbac2b9b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648367989328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:00:55.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:01:04.385Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:01:54.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:01:54.805Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:01:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:01:54.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:01:54.818Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:01:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:02:04.370Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:02:04.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:02:54.804Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:02:54.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:02:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:02:54.820Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:02:54.821Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:02:54.822Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:03:04.355Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:03:04.366Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:03:54.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:03:54.808Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:03:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:03:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:03:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:03:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:04.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:04.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:54.805Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:04:54.806Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:04:54.806Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:04:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:04:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:56.710Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:56.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-27T08:04:56.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3134d876-05a9-4d12-8c92-25a91e0e5753","serviceName":"vFW 2022-03-27 08-02-32","serviceVersion":"1.0","serviceUUID":"746a3965-4b05-47e4-9f7c-3a3fec46677e","serviceDescription":"catalog service description","serviceInvariantUUID":"03dee89b-7d40-4422-959c-0b43415fe8d0","resources":[{"resourceInstanceName":"vFW aff54742-1b7a 0","resourceName":"vFW aff54742-1b7a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f5f01a7-3dd4-426a-86ef-f41467185e97","resourceInvariantUUID":"63026f52-ea05-436e-9308-d96e88984c16","resourceCustomizationUUID":"7418a3e9-686b-4879-b7b5-fb88a742bcab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml","artifactChecksum":"YTA4MTc3MTMyZDIxM2ZmNGVkOTliNTRiNDMzNTA4MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73dae11c-6659-451b-9e96-e8f4435366bd","artifactVersion":"1"},{"artifactName":"vfwaff547421b7a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json","artifactChecksum":"ZjYzYTY5OWJmM2ZhNTdkMWYzZDViNTM3ZWY4MTMzNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60209892-7fd4-4413-8798-df529222f1d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c5c04bca-e66a-4cde-a8f7-df73d4b8280d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTQzZmI0NGJkNThkNWI0NzU3ZjMyZTViYzNjZWY1ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ee98232-8059-44b3-8eb1-55a97f3fb9ba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da039db9-7a79-4f4c-b116-f742d4a9b8ba","artifactVersion":"2","generatedFromUUID":"c5c04bca-e66a-4cde-a8f7-df73d4b8280d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327080232-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml","artifactChecksum":"NjI3YTBiMWEwYmMyZDc2OWE1NzAxZjBiZmM1YTMzYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02d168ed-faf7-43a0-83fe-b73023033b21","artifactVersion":"1"},{"artifactName":"service-Vfw20220327080232-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar","artifactChecksum":"OTlhYjM5MTAzOWI4Mzg5NjMwZTNkNTM5ODY3Y2Y0Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48fc3b6b-6ab3-4120-ad33-209a4453e708","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:04:56.718Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:04:56.718Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:04:56.724Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:04:56.724Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:04:56.828Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-27T08:04:56.829Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:04:56.829Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:56.842Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:56.843Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:04:56.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:56.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T08:04:56.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:04:56.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:04:57.725Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:04:57.726Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:04:57.729Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:04:57.730Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:04:57.830Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:04:57.832Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:04:57.832Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:57.850Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:57.851Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:04:58.730Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:04:58.731Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:04:58.734Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:04:58.735Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:04:58.836Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:04:58.837Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:04:58.837Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:58.862Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:58.863Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:04:59.736Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:04:59.737Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:04:59.739Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:04:59.739Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:04:59.839Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:04:59.840Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:04:59.840Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:04:59.865Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:04:59.866Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:05:00.740Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:05:00.740Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:00.743Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:00.743Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:05:00.843Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:00.844Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:00.844Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:00.906Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:00.907Z||pool-55-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:01.744Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:05:01.744Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:01.747Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:01.747Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:05:01.847Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:01.848Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:01.848Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:01.866Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:01.866Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:02.748Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:05:02.749Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:02.752Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:02.752Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:05:02.852Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:02.853Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:02.853Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:02.875Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:02.876Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:03.754Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "serviceName": "vFW 2022-03-27 08-02-32",
  "serviceVersion": "1.0",
  "serviceUUID": "746a3965-4b05-47e4-9f7c-3a3fec46677e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "03dee89b-7d40-4422-959c-0b43415fe8d0",
  "resources": [
    {
      "resourceInstanceName": "vFW aff54742-1b7a 0",
      "resourceCustomizationUUID": "7418a3e9-686b-4879-b7b5-fb88a742bcab",
      "resourceName": "vFW aff54742-1b7a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f5f01a7-3dd4-426a-86ef-f41467185e97",
      "resourceInvariantUUID": "63026f52-ea05-436e-9308-d96e88984c16",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwaff547421b7a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
          "artifactChecksum": "ZjYzYTY5OWJmM2ZhNTdkMWYzZDViNTM3ZWY4MTMzNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "60209892-7fd4-4413-8798-df529222f1d9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c5c04bca-e66a-4cde-a8f7-df73d4b8280d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "da039db9-7a79-4f4c-b116-f742d4a9b8ba",
            "generatedFromUUID": "c5c04bca-e66a-4cde-a8f7-df73d4b8280d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "da039db9-7a79-4f4c-b116-f742d4a9b8ba",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327080232-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
      "artifactChecksum": "OTlhYjM5MTAzOWI4Mzg5NjMwZTNkNTM5ODY3Y2Y0Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "48fc3b6b-6ab3-4120-ad33-209a4453e708"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:05:03.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:05:03.755Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 746a3965-4b05-47e4-9f7c-3a3fec46677e ASDC
2022-03-27T08:05:03.756Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3134d876-05a9-4d12-8c92-25a91e0e5753
ServiceName:vFW 2022-03-27 08-02-32
ServiceVersion:1.0
ServiceUUID:746a3965-4b05-47e4-9f7c-3a3fec46677e
ServiceInvariantUUID:03dee89b-7d40-4422-959c-0b43415fe8d0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327080232-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar
ArtifactUUID:48fc3b6b-6ab3-4120-ad33-209a4453e708
ArtifactChecksum:OTlhYjM5MTAzOWI4Mzg5NjMwZTNkNTM5ODY3Y2Y0Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aff54742-1b7a 0
ResourceCustomizationUUID:7418a3e9-686b-4879-b7b5-fb88a742bcab
ResourceInvariantUUID:63026f52-ea05-436e-9308-d96e88984c16
ResourceName:vFW aff54742-1b7a
ResourceType:VF
ResourceUUID:2f5f01a7-3dd4-426a-86ef-f41467185e97
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaff547421b7a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json
ArtifactUUID:60209892-7fd4-4413-8798-df529222f1d9
ArtifactChecksum:ZjYzYTY5OWJmM2ZhNTdkMWYzZDViNTM3ZWY4MTMzNWU=
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/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml
ArtifactUUID:c5c04bca-e66a-4cde-a8f7-df73d4b8280d
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/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
ArtifactUUID:da039db9-7a79-4f4c-b116-f742d4a9b8ba
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/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
ArtifactUUID:da039db9-7a79-4f4c-b116-f742d4a9b8ba
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:05:03.756Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 746a3965-4b05-47e4-9f7c-3a3fec46677e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:05:03.814Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:05:03.816Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-27T08:05:03.816Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-27T08:05:03.816Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 48fc3b6b-6ab3-4120-ad33-209a4453e708 from URL: /sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:03.817Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-27T08:05:03.817Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:04.334Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-27T08:05:04.339Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar 48fc3b6b-6ab3-4120-ad33-209a4453e708 98935
2022-03-27T08:05:04.340Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar ASDC sendASDCNotification
2022-03-27T08:05:04.340Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:04.340Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:05:04.341Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:04.343Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:04.343Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368304340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:05:04.443Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:04.444Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:04.444Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:04.458Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:04.459Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:05.344Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:05:05.345Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-27T08:05:05.347Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 48fc3b6b-6ab3-4120-ad33-209a4453e708, URL: /sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar to file: /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:05.347Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327080232-csar.csar
2022-03-27T08:05:05.348Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:05.349Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:05.656Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7984780120595142697/Definitions/service-Vfw20220327080232-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-03-27T08:05:08.172Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:05:08.173Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-27T08:05:08.173Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.173Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.174Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aff54742-1b7a 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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|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-Vfw20220327080232-csar.csar
2022-03-27T08:05:08.175Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-27T08:05:08.176Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.176Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.176Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:08.176Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-27T08:05:08.177Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:05:08.177Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.177Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.178Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:08.178Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-27T08:05:08.178Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:05:08.178Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.178Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.179Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:05:08.180Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.181Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:08.182Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:08.183Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.183Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:08.183Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:08.184Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:05:08.184Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:08.184Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:05:08.184Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:05:08.184Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.185Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.185Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:05:08.185Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.185Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:05:08.186Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.186Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ee4a8ea-09c0-46e8-bd8a-fb2aa5b1a94c
2022-03-27T08:05:08.186Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.186Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:08.186Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:05:08.187Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:08.188Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:05:08.188Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:05:08.188Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.188Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:05:08.188Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.189Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=edc512fa-4400-4ec9-93b9-5de623362368
2022-03-27T08:05:08.189Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.189Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:08.189Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:08.189Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:08.190Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:05:08.191Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:05:08.191Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:08.191Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:08.191Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:05:08.191Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d0e11c24-5280-4289-909c-357287f271f8
2022-03-27T08:05:08.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.193Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.193Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:08.193Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:08.193Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-02-32
Description:catalog service description
Model UUID:746a3965-4b05-47e4-9f7c-3a3fec46677e
Model Version:NULL
Model InvariantUuid:03dee89b-7d40-4422-959c-0b43415fe8d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW aff54742-1b7a
Model UUID:dd3bd5b8-b41f-41e5-bff1-f26ed2fc2624
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:63026f52-ea05-436e-9308-d96e88984c16
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7418a3e9-686b-4879-b7b5-fb88a742bcab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:03b8632a-0ccf-4fe5-adff-8852cbd17948
ModelName:VfwAff547421b7a..base_vfw..module-0
ModelUuid:64a28c7f-3e12-47d1-9b6c-abc750b43e3c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ee4a8ea-09c0-46e8-bd8a-fb2aa5b1a94c
ModelInvariantUuid:63cd5c48-8521-4f8c-8d90-a8764f87e8c7
ModelName:vFW aff54742-1b7a-nodes.vfwCvfc
ModelUuid:ed22a5f8-9792-4e9e-862f-145c1a5681e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b56e9e3d-17b2-4763-943e-010abc2e1933
ModelInvariantUuid:b09481e3-1075-4d5f-8c01-9bb1ce20c3c1
ModelName:VfwAff547421b7a.compute.nodes.heat.vfw
ModelUuid:8f2c0f90-caae-4f58-920a-d1e38957aec3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:edc512fa-4400-4ec9-93b9-5de623362368
ModelInvariantUuid:5e9dd1b3-ba71-4b7c-b7fa-c6b60fc083dd
ModelName:vFW aff54742-1b7a-nodes.vsnCvfc
ModelUuid:9186d6d2-94af-48a2-94c5-7ea9d6a28fa6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:27019dc7-0825-4528-8264-86e549630416
ModelInvariantUuid:d8ac7428-b7a5-4b53-96cb-dfebf1b0da58
ModelName:VfwAff547421b7a.compute.nodes.heat.vsn
ModelUuid:1eabec2f-9ace-4139-8527-888d23ed10f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d0e11c24-5280-4289-909c-357287f271f8
ModelInvariantUuid:e30bdfd6-0d1a-4a87-8ab6-79082c2cd5e0
ModelName:vFW aff54742-1b7a-nodes.vpgCvfc
ModelUuid:d18db1bc-3015-499c-b52d-9c2e8ff784d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:45e58aaa-f347-4104-9f0b-9c77b0a090fa
ModelInvariantUuid:07d53ae7-b0ee-4bbb-a995-cff13d8622a3
ModelName:VfwAff547421b7a.compute.nodes.heat.vpg
ModelUuid:257c1ed2-db49-46b0-831e-b474d0fc2f84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:05:08.203Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f5f01a7-3dd4-426a-86ef-f41467185e97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:05:08.208Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||vFW aff54742-1b7a 0
2022-03-27T08:05:08.208Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f5f01a7-3dd4-426a-86ef-f41467185e97
2022-03-27T08:05:08.208Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 60209892-7fd4-4413-8798-df529222f1d9 from URL: /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json
2022-03-27T08:05:08.208Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-27T08:05:08.209Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json
2022-03-27T08:05:08.723Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-27T08:05:08.724Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json 60209892-7fd4-4413-8798-df529222f1d9 785
2022-03-27T08:05:08.724Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json ASDC sendASDCNotification
2022-03-27T08:05:08.724Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json
2022-03-27T08:05:08.724Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:05:08.724Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:08.726Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:08.727Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368308724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:05:08.827Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:08.828Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:08.828Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:08.842Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:08.842Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:09.727Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAff547421b7a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03b8632a-0ccf-4fe5-adff-8852cbd17948",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64a28c7f-3e12-47d1-9b6c-abc750b43e3c",
    "vfModuleModelCustomizationUUID": "2f3545a8-d51e-4f76-8cae-919cf8d9bddf",
    "isBase": true,
    "artifacts": [
      "c5c04bca-e66a-4cde-a8f7-df73d4b8280d",
      "da039db9-7a79-4f4c-b116-f742d4a9b8ba"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:05:09.733Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAff547421b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64a28c7f-3e12-47d1-9b6c-abc750b43e3c
VfModuleModelInvariantUUID:03b8632a-0ccf-4fe5-adff-8852cbd17948
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5c04bca-e66a-4cde-a8f7-df73d4b8280d
,
da039db9-7a79-4f4c-b116-f742d4a9b8ba

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

isBase:true


}

2022-03-27T08:05:09.736Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAff547421b7a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "03b8632a-0ccf-4fe5-adff-8852cbd17948",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64a28c7f-3e12-47d1-9b6c-abc750b43e3c",
    "vfModuleModelCustomizationUUID": "2f3545a8-d51e-4f76-8cae-919cf8d9bddf",
    "isBase": true,
    "artifacts": [
      "c5c04bca-e66a-4cde-a8f7-df73d4b8280d",
      "da039db9-7a79-4f4c-b116-f742d4a9b8ba"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:05:09.736Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAff547421b7a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64a28c7f-3e12-47d1-9b6c-abc750b43e3c
VfModuleModelInvariantUUID:03b8632a-0ccf-4fe5-adff-8852cbd17948
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5c04bca-e66a-4cde-a8f7-df73d4b8280d
,
da039db9-7a79-4f4c-b116-f742d4a9b8ba

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

isBase:true


}

2022-03-27T08:05:09.736Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c5c04bca-e66a-4cde-a8f7-df73d4b8280d from URL: /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml
2022-03-27T08:05:09.736Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-27T08:05:09.736Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml
2022-03-27T08:05:10.029Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-27T08:05:10.031Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml c5c04bca-e66a-4cde-a8f7-df73d4b8280d 20368
2022-03-27T08:05:10.032Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:05:10.032Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml
2022-03-27T08:05:10.032Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:05:10.032Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:10.036Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:10.037Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368310032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:05:10.137Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:05:10.138Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:10.138Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:10.152Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:10.153Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:05:11.038Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: da039db9-7a79-4f4c-b116-f742d4a9b8ba from URL: /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
2022-03-27T08:05:11.038Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-27T08:05:11.039Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
2022-03-27T08:05:11.540Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-27T08:05:11.541Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env da039db9-7a79-4f4c-b116-f742d4a9b8ba 2098
2022-03-27T08:05:11.542Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:05:11.542Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
2022-03-27T08:05:11.542Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:05:11.542Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:11.544Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:11.545Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368311542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:05:11.645Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:11.646Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:11.647Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:11.689Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:11.689Z||pool-61-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:05:12.545Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 746a3965-4b05-47e4-9f7c-3a3fec46677e
2022-03-27T08:05:12.546Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aff54742-1b7a 0 2f5f01a7-3dd4-426a-86ef-f41467185e97 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:05:12.570Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b673a76, org.onap.sdc.toscaparser.api.parameters.Input@4e35f13c, org.onap.sdc.toscaparser.api.parameters.Input@3fc8eea1, org.onap.sdc.toscaparser.api.parameters.Input@5b04ed37, org.onap.sdc.toscaparser.api.parameters.Input@59b2c8ab]
2022-03-27T08:05:12.572Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.572Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.572Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-27T08:05:12.573Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7418a3e9-686b-4879-b7b5-fb88a742bcab
2022-03-27T08:05:12.573Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7418a3e9-686b-4879-b7b5-fb88a742bcab matches Tosca VF Customization UUID: 7418a3e9-686b-4879-b7b5-fb88a742bcab
2022-03-27T08:05:12.573Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7418a3e9-686b-4879-b7b5-fb88a742bcab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:05:12.578Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.578Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.579Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7418a3e9-686b-4879-b7b5-fb88a742bcab: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:05:12.580Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c3b128d
2022-03-27T08:05:12.580Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.580Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:05:12.580Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f3545a8-d51e-4f76-8cae-919cf8d9bddf
2022-03-27T08:05:12.580Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f3545a8-d51e-4f76-8cae-919cf8d9bddf
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:05:12.583Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.584Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.584Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:12.585Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.585Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.585Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:12.585Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.585Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:12.586Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:12.586Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:05:12.586Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:12.586Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:05:12.586Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:05:12.587Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.587Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.587Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:05:12.587Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.587Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:05:12.588Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.588Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ee4a8ea-09c0-46e8-bd8a-fb2aa5b1a94c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:05:12.591Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.591Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.591Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:12.592Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.592Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:12.592Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:12.592Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:05:12.593Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.593Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.593Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.593Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:05:12.593Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.594Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=edc512fa-4400-4ec9-93b9-5de623362368
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:05:12.597Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.598Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.598Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:12.598Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.598Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is not matching search criteria
2022-03-27T08:05:12.599Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:05:12.599Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:05:12.599Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.599Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.599Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.600Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:05:12.600Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:05:12.601Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:05:12.601Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:05:12.601Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:05:12.601Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:05:12.601Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:05:12.602Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d0e11c24-5280-4289-909c-357287f271f8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:05:12.605Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.605Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.605Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:05:12.605Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.605Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Node template vFW aff54742-1b7a 0 is matching search criteria
2022-03-27T08:05:12.606Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW aff54742-1b7a 0] matching following query criteria: sdcType=VF, customizationUUID=7418a3e9-686b-4879-b7b5-fb88a742bcab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:05:12.607Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.607Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 746a3965-4b05-47e4-9f7c-3a3fec46677e: vFW aff54742-1b7a
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.608Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-27 08-02-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:05:12.609Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-27 08-02-32 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:05:12.860Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aff54742-1b7a 2f5f01a7-3dd4-426a-86ef-f41467185e97 1 ASDC deployResourceStructure
2022-03-27T08:05:12.861Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json ASDC sendASDCNotification
2022-03-27T08:05:12.861Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json
2022-03-27T08:05:12.861Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:05:12.861Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:12.863Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:12.863Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368312861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:05:12.964Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:12.965Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:12.965Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:12.989Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:12.990Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:13.865Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:05:13.865Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml
2022-03-27T08:05:13.865Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:05:13.865Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:13.867Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:13.868Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368313864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:05:13.968Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:05:13.969Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:13.969Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:13.992Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:13.993Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:14.869Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:05:14.869Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env
2022-03-27T08:05:14.870Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:05:14.870Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:14.872Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:14.872Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368314869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:05:14.972Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:05:14.973Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:14.973Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:14.987Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:14.988Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:15.873Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar ASDC sendASDCNotification
2022-03-27T08:05:15.874Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar
2022-03-27T08:05:15.874Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:05:15.874Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:05:15.878Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:05:15.878Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368315873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:05:15.977Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:05:15.977Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:05:15.978Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:16.014Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:16.015Z||pool-65-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:05:16.879Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:05:16.890Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:05:16.892Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:05:16.892Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:05:16.892Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:05:46.893Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:05:46.904Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:05:46.907Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:05:46.907Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:05:46.907Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:05:54.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:05:54.821Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:05:54.821Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:05:54.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:05:54.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T08:05:54.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:05:54.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:06:16.907Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:06:16.921Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:06:16.924Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:06:16.924Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:06:16.924Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:06:46.931Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:06:46.942Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:06:46.945Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:06:46.946Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:06:46.946Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:06:54.823Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:06:54.823Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:06:54.824Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:06:54.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:06:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:06:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:06:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:16.946Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:07:16.965Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:07:16.969Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:07:16.969Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:07:16.970Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:07:46.970Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:07:46.981Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:07:46.985Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:07:46.985Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:07:46.986Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:07:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:07:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:07:54.877Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:07:54.879Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.880Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.882Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.883Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368290113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368294805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368295438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368304238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368304340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "cds",
  "timestamp": 1648368305246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:54.904Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:54.904Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368301536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368303440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368308724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368311407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368310032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368304045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368313000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368311542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368304722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368312238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368314297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368312624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368312861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368312881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368315324,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:54.943Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:54.944Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:54.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368313864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368313887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368316327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vfwaff547421b7a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368314869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "policy-id",
  "timestamp": 1648368314891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:54.972Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:54.972Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:07:54.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368315622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368315873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/resourceInstances/vfwaff547421b7a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:54.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "clamp",
  "timestamp": 1648368316627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:54.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:54.991Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368313746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368322123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368326376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368324710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327080232/1.0/artifacts/service-Vfw20220327080232-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368327385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:55.014Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:55.014Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "aai-ml",
  "timestamp": 1648368325718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:55.053Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3134d876-05a9-4d12-8c92-25a91e0e5753
2022-03-27T08:07:55.053Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3134d876-05a9-4d12-8c92-25a91e0e5753 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "cds",
  "timestamp": 1648368340438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368343440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368341536,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368343744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "policy-id",
  "timestamp": 1648368344722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "cds",
  "timestamp": 1648368340438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368343440,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368341536,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368343744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "policy-id",
  "timestamp": 1648368344722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "policy-id",
  "timestamp": 1648368347770,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368350226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "cds",
  "timestamp": 1648368348628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "policy-id",
  "timestamp": 1648368348776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "cds",
  "timestamp": 1648368349639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.096Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c28048b2-a830-478d-b742-dcf53eefb4c1
2022-03-27T08:07:55.096Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28048b2-a830-478d-b742-dcf53eefb4c1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368352024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:07:55.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:07:55.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "policy-id",
  "timestamp": 1648368349780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:55.111Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c28048b2-a830-478d-b742-dcf53eefb4c1
2022-03-27T08:07:55.111Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28048b2-a830-478d-b742-dcf53eefb4c1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "clamp",
  "timestamp": 1648368350113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:07:55.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:07:55.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368353029,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:07:55.135Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c28048b2-a830-478d-b742-dcf53eefb4c1
2022-03-27T08:07:55.135Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28048b2-a830-478d-b742-dcf53eefb4c1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:07:55.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:07:55.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "clamp",
  "timestamp": 1648368350113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:07:55.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:08:16.986Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:08:17.004Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:08:17.009Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:08:17.009Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:08:17.009Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:08:17.010Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:08:17.010Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:08:17.010Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:08:17.023Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:08:47.035Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3134d876-05a9-4d12-8c92-25a91e0e5753 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:08:47.043Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3134d876-05a9-4d12-8c92-25a91e0e5753 and serviceModelVersionId: 746a3965-4b05-47e4-9f7c-3a3fec46677e
2022-03-27T08:08:47.044Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03dee89b-7d40-4422-959c-0b43415fe8d0
2022-03-27T08:08:47.045Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0
2022-03-27T08:08:47.050Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:08:47.113Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:08:47.115Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Invoke
2022-03-27T08:08:48.657Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:08:48.663Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Invoke
2022-03-27T08:08:50.192Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:08:50.194Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Invoke
2022-03-27T08:08:51.238Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:08:51.241Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:08:51.242Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:08:51.242Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:08:51.251Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:08:51.251Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3134d876-05a9-4d12-8c92-25a91e0e5753 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:08:51.252Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:08:51.252Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:08:51.255Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:08:51.255Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368531251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:08:51.355Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:08:51.356Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:08:51.356Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:51.378Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:51.383Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:08:52.274Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:08:52.275Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:08:52.276Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:08:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:08:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:54.859Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "clamp",
  "timestamp": 1648368357631,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "clamp",
  "timestamp": 1648368359643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "clamp",
  "timestamp": 1648368360648,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:08:54.873Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c28048b2-a830-478d-b742-dcf53eefb4c1
2022-03-27T08:08:54.874Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28048b2-a830-478d-b742-dcf53eefb4c1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:08:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "aai-ml",
  "timestamp": 1648368364045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:08:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:08:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "aai-ml",
  "timestamp": 1648368364045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:08:54.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:08:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "aai-ml",
  "timestamp": 1648368367036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:08:54.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:08:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "aai-ml",
  "timestamp": 1648368371708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:08:54.887Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:08:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:08:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "aai-ml",
  "timestamp": 1648368372713,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:08:54.898Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c28048b2-a830-478d-b742-dcf53eefb4c1
2022-03-27T08:08:54.898Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c28048b2-a830-478d-b742-dcf53eefb4c1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:08:56.644Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:56.645Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||received message from topic
2022-03-27T08:08:56.645Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c28048b2-a830-478d-b742-dcf53eefb4c1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7fcaa7c2-e24b-49c3-a674-70256a5c1fcf","serviceDescription":"service","serviceInvariantUUID":"00b56740-8161-4d4e-bc25-8200ee05ef15","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"044e7164-c5bf-4563-8e86-fc48bc4d0f8f","resourceInvariantUUID":"59157bfa-32f1-4fbc-8e06-145b54ac8907","resourceCustomizationUUID":"49aa3ba9-1136-4378-8ce6-8bc8d6831588","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":"ZDdhY2U3ZWZkM2UwYzAyYzQ0NGVlZTJiYmQ3Mjg0M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad467195-caf7-420e-bfda-e7d93e0213a8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWYxYWU5M2EyNDUwYzJjZTA2YTFlNDM4ZGZlNjg5NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a767bed-912c-4a5b-8226-759c9c9f1400","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:08:56.650Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:08:56.650Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:08:56.653Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:08:56.653Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:08:56.753Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:08:56.754Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:08:56.754Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:56.768Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:56.769Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:08:57.654Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:08:57.655Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:08:57.657Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:08:57.658Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:08:57.758Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:08:57.759Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:08:57.759Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:57.774Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:57.774Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:08:58.659Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7fcaa7c2-e24b-49c3-a674-70256a5c1fcf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00b56740-8161-4d4e-bc25-8200ee05ef15",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "49aa3ba9-1136-4378-8ce6-8bc8d6831588",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "044e7164-c5bf-4563-8e86-fc48bc4d0f8f",
      "resourceInvariantUUID": "59157bfa-32f1-4fbc-8e06-145b54ac8907",
      "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": "ZWYxYWU5M2EyNDUwYzJjZTA2YTFlNDM4ZGZlNjg5NWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a767bed-912c-4a5b-8226-759c9c9f1400"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:08:58.659Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:08:58.660Z|3134d876-05a9-4d12-8c92-25a91e0e5753|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf ASDC
2022-03-27T08:08:58.660Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c28048b2-a830-478d-b742-dcf53eefb4c1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
ServiceInvariantUUID:00b56740-8161-4d4e-bc25-8200ee05ef15
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:1a767bed-912c-4a5b-8226-759c9c9f1400
ArtifactChecksum:ZWYxYWU5M2EyNDUwYzJjZTA2YTFlNDM4ZGZlNjg5NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:49aa3ba9-1136-4378-8ce6-8bc8d6831588
ResourceInvariantUUID:59157bfa-32f1-4fbc-8e06-145b54ac8907
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:044e7164-c5bf-4563-8e86-fc48bc4d0f8f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-27T08:08:58.660Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:08:58.694Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:08:58.695Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:08:58.695Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:08:58.695Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Trying to download the artifact UUID: 1a767bed-912c-4a5b-8226-759c9c9f1400 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-27T08:08:58.695Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:08:58.695Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-27T08:08:59.454Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:08:59.457Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1a767bed-912c-4a5b-8226-759c9c9f1400 52505
2022-03-27T08:08:59.457Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-27T08:08:59.458Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-27T08:08:59.458Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:08:59.459Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:08:59.461Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:08:59.461Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368539457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:08:59.561Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:08:59.562Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:08:59.562Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:08:59.577Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:08:59.578Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:09:00.461Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:09:00.466Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:09:00.466Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Trying to write artifact UUID: 1a767bed-912c-4a5b-8226-759c9c9f1400, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:00.467Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-27T08:09:00.467Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:00.467Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:00.568Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2453308392734279509/Definitions/service-BasicNetwork-template.yml
2022-03-27T08:09:01.106Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:09:01.107Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||####################################################################################################
2022-03-27T08:09:01.107Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.107Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-27T08:09:01.107Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.107Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.108Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|WARN|500||####################################################################################################
2022-03-27T08:09:01.109Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.109Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.109Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-27T08:09:01.109Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:09:01.110Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:09:01.110Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.110Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.111Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-27T08:09:01.111Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:09:01.111Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:09:01.111Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.112Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.112Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.112Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.112Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.113Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.113Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.113Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.113Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.114Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.114Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
Model Version:NULL
Model InvariantUuid:00b56740-8161-4d4e-bc25-8200ee05ef15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:59157bfa-32f1-4fbc-8e06-145b54ac8907
Model UUID:b10f2dfa-ac1c-49c0-9da4-96e0428fc0a1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:49aa3ba9-1136-4378-8ce6-8bc8d6831588
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:09:01.120Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: 044e7164-c5bf-4563-8e86-fc48bc4d0f8f
2022-03-27T08:09:01.120Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||No resources found for Service: 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:09:01.126Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||
2022-03-27T08:09:01.126Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-27T08:09:01.127Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||No resources found for Service: 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
2022-03-27T08:09:01.127Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Preparing to deploy Service: 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
2022-03-27T08:09:01.127Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-27T08:09:01.128Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:09:01.135Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@346a09d6, org.onap.sdc.toscaparser.api.parameters.Input@300566d4, org.onap.sdc.toscaparser.api.parameters.Input@2ceb37ac, org.onap.sdc.toscaparser.api.parameters.Input@685d121e, org.onap.sdc.toscaparser.api.parameters.Input@c1d827a]
2022-03-27T08:09:01.137Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.138Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.138Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.138Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.139Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500|| resourceSeq for service uuid 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf: Generic NeutronNet
2022-03-27T08:09:01.139Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.140Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.140Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.140Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-27T08:09:01.178Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.178Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.178Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.179Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.179Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:01.179Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:01.179Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:09:01.240Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-27T08:09:01.241Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-27T08:09:01.241Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-27T08:09:01.241Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:09:01.241Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:01.244Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:01.244Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||try to send status {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368541240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:01.344Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:01.345Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:01.345Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:01.359Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:01.360Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:09:02.245Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c28048b2-a830-478d-b742-dcf53eefb4c1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:09:02.258Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c28048b2-a830-478d-b742-dcf53eefb4c1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:09:02.261Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:09:02.261Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:09:02.261Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:09:02.261Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:09:02.261Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:09:02.262Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:02.267Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:09:32.267Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c28048b2-a830-478d-b742-dcf53eefb4c1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:09:32.273Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c28048b2-a830-478d-b742-dcf53eefb4c1 and serviceModelVersionId: 7fcaa7c2-e24b-49c3-a674-70256a5c1fcf
2022-03-27T08:09:32.274Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00b56740-8161-4d4e-bc25-8200ee05ef15
2022-03-27T08:09:32.274Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0
2022-03-27T08:09:32.278Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03dee89b-7d40-4422-959c-0b43415fe8d0/model-vers/model-ver/746a3965-4b05-47e4-9f7c-3a3fec46677e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:09:32.327Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Invoke
2022-03-27T08:09:32.328Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32baf080-474f-4a7a-a7b5-6b2b99efaa34], X-ECOMP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-TransactionId=[], X-ONAP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], Content-Type=[application/merge-patch+json]}
2022-03-27T08:09:33.873Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Invoke
2022-03-27T08:09:33.874Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe6f4261-c8ab-43cd-8cce-d2d11434b3c2], X-ECOMP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-TransactionId=[], X-ONAP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], Content-Type=[application/merge-patch+json]}
2022-03-27T08:09:35.410Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Invoke
2022-03-27T08:09:35.411Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40f6a253-8ea1-4ba3-9e69-e121135d4f24], X-ECOMP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], X-TransactionId=[], X-ONAP-RequestID=[c28048b2-a830-478d-b742-dcf53eefb4c1], Content-Type=[application/merge-patch+json]}
2022-03-27T08:09:36.442Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:09:36.443Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:09:36.443Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:09:36.443Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:09:36.451Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:09:36.451Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c28048b2-a830-478d-b742-dcf53eefb4c1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:09:36.452Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:09:36.452Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:36.455Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:36.455Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368576452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:09:36.555Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:09:36.556Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:36.556Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:36.571Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:36.572Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:09:37.473Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||received message from topic
2022-03-27T08:09:37.473Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"303e4d08-a1e8-4bc0-b9f8-9675133ea03a","serviceName":"Demo_pNF_8XTv4q8ShR5kmsvXsIb3","serviceVersion":"1.0","serviceUUID":"3a89532d-347b-4bad-b178-e070c847ca45","serviceDescription":"catalog service description","serviceInvariantUUID":"ccc590de-9ac1-4aab-93ac-fca1b43972f2","resources":[{"resourceInstanceName":"pNF 0a9ff86d-4570 0","resourceName":"pNF 0a9ff86d-4570","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1584bed2-72af-4f57-815f-2b1304a8abab","resourceInvariantUUID":"6644a9ed-e674-4c27-b31f-c4e67e52dab5","resourceCustomizationUUID":"b95ef134-35a4-46e8-996f-b82eecac8837","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml","artifactChecksum":"YWY3YjU3ODQzZDY3OWMxZTNlMzAyMWQxZTg3ZDUzMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8d940ef-7148-4ba9-9795-0e84d01df907","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b98b5f1e-fa49-4e5a-b43d-b1435ed7eeee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ac030fae-660c-4f82-864b-7b44f0e344ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg2Yjk0MDkwMzcwYmIyOWNiYWFkY2EyZDc3ZDk3Y2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9e2ccfc8-0bcd-4706-8fd9-0e3ec8a77c8a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65fb22eb-1a25-4eb9-b61e-b0594571ae5b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba4692d9-ff79-4e6d-8903-2abce704b916","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml","artifactChecksum":"YTVhYWI4MjIzMjUwNGI3ODJkZDg2YjhjMjkyYmFhNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"251d3665-3aec-47e1-8767-457dbca48d51","artifactVersion":"1"},{"artifactName":"service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar","artifactChecksum":"NzJhZWY1MjhjMmI3YzZlZThmZTIzYzc5OTllZGM0ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e59e3f47-42b6-4412-b23b-681ee5fa0c62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:09:37.474Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:37.474Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:37.476Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:37.476Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:37.576Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:37.577Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:37.578Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:37.594Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:37.594Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:38.477Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:38.478Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:38.480Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:38.480Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:38.580Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:38.581Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:38.581Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:38.597Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:38.597Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:39.480Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:39.481Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:39.483Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:39.483Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:39.584Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:39.585Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:39.585Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:39.597Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:39.597Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:40.484Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:40.485Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:40.487Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:40.487Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:40.587Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:40.588Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:40.588Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:40.600Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:40.600Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:41.487Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:41.488Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:41.490Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:41.491Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:41.591Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:41.592Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:41.592Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:41.615Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:41.616Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:42.491Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:42.492Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:42.494Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:42.495Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:42.595Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:42.596Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:42.596Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:42.612Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:42.613Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:43.495Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:43.496Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:43.499Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:43.499Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:43.599Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:43.600Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:43.600Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:43.611Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:43.612Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:09:44.499Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:09:44.500Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:44.506Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:44.506Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:44.607Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:09:44.608Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:44.608Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:44.620Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:44.621Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:45.507Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "serviceName": "Demo_pNF_8XTv4q8ShR5kmsvXsIb3",
  "serviceVersion": "1.0",
  "serviceUUID": "3a89532d-347b-4bad-b178-e070c847ca45",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ccc590de-9ac1-4aab-93ac-fca1b43972f2",
  "resources": [
    {
      "resourceInstanceName": "pNF 0a9ff86d-4570 0",
      "resourceCustomizationUUID": "b95ef134-35a4-46e8-996f-b82eecac8837",
      "resourceName": "pNF 0a9ff86d-4570",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1584bed2-72af-4f57-815f-2b1304a8abab",
      "resourceInvariantUUID": "6644a9ed-e674-4c27-b31f-c4e67e52dab5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
      "artifactChecksum": "NzJhZWY1MjhjMmI3YzZlZThmZTIzYzc5OTllZGM0ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e59e3f47-42b6-4412-b23b-681ee5fa0c62"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:09:45.508Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:09:45.508Z|c28048b2-a830-478d-b742-dcf53eefb4c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a89532d-347b-4bad-b178-e070c847ca45 ASDC
2022-03-27T08:09:45.509Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||ASDC Notification:
DistributionID:303e4d08-a1e8-4bc0-b9f8-9675133ea03a
ServiceName:Demo_pNF_8XTv4q8ShR5kmsvXsIb3
ServiceVersion:1.0
ServiceUUID:3a89532d-347b-4bad-b178-e070c847ca45
ServiceInvariantUUID:ccc590de-9ac1-4aab-93ac-fca1b43972f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
ArtifactUUID:e59e3f47-42b6-4412-b23b-681ee5fa0c62
ArtifactChecksum:NzJhZWY1MjhjMmI3YzZlZThmZTIzYzc5OTllZGM0ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0a9ff86d-4570 0
ResourceCustomizationUUID:b95ef134-35a4-46e8-996f-b82eecac8837
ResourceInvariantUUID:6644a9ed-e674-4c27-b31f-c4e67e52dab5
ResourceName:pNF 0a9ff86d-4570
ResourceType:PNF
ResourceUUID:1584bed2-72af-4f57-815f-2b1304a8abab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:09:45.509Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a89532d-347b-4bad-b178-e070c847ca45 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:45.542Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:09:45.543Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:09:45.543Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:09:45.544Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Trying to download the artifact UUID: e59e3f47-42b6-4412-b23b-681ee5fa0c62 from URL: /sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:45.544Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:09:45.544Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:45.748Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:09:45.753Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar e59e3f47-42b6-4412-b23b-681ee5fa0c62 82649
2022-03-27T08:09:45.754Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar ASDC sendASDCNotification
2022-03-27T08:09:45.754Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:45.754Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:09:45.754Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:45.757Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:45.757Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368585753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:45.857Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:45.859Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:45.859Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:45.890Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:45.891Z||pool-80-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:09:46.758Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:09:46.759Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:09:46.759Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Trying to write artifact UUID: e59e3f47-42b6-4412-b23b-681ee5fa0c62, URL: /sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar to file: /app/ASDC/1/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:46.760Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:46.760Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:46.760Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:46.886Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5928970869491112486/Definitions/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml
2022-03-27T08:09:47.868Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:09:47.868Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|WARN|500||####################################################################################################
2022-03-27T08:09:47.868Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0a9ff86d-4570 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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.869Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?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-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.870Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|WARN|500||####################################################################################################
2022-03-27T08:09:47.870Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.871Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.871Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Node template pNF 0a9ff86d-4570 0 is matching search criteria
2022-03-27T08:09:47.871Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:09:47.871Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found topology templates [pNF 0a9ff86d-4570 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:09:47.871Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.872Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.872Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Node template pNF 0a9ff86d-4570 0 is matching search criteria
2022-03-27T08:09:47.872Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:09:47.872Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found topology templates [pNF 0a9ff86d-4570 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:09:47.872Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.873Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.874Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.874Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.874Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.874Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8XTv4q8ShR5kmsvXsIb3
Description:catalog service description
Model UUID:3a89532d-347b-4bad-b178-e070c847ca45
Model Version:NULL
Model InvariantUuid:ccc590de-9ac1-4aab-93ac-fca1b43972f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:09:47.886Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1584bed2-72af-4f57-815f-2b1304a8abab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:09:47.891Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||pNF 0a9ff86d-4570 0
2022-03-27T08:09:47.891Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1584bed2-72af-4f57-815f-2b1304a8abab
2022-03-27T08:09:47.891Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||No resources found for Service: 3a89532d-347b-4bad-b178-e070c847ca45
2022-03-27T08:09:47.892Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Preparing to deploy Service: 3a89532d-347b-4bad-b178-e070c847ca45
2022-03-27T08:09:47.892Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0a9ff86d-4570 0 1584bed2-72af-4f57-815f-2b1304a8abab ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:09:47.900Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ebe1047, org.onap.sdc.toscaparser.api.parameters.Input@7c063034, org.onap.sdc.toscaparser.api.parameters.Input@6283f38c, org.onap.sdc.toscaparser.api.parameters.Input@229e399a, org.onap.sdc.toscaparser.api.parameters.Input@6c6c29a6]
2022-03-27T08:09:47.900Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500|| resourceSeq for service uuid 3a89532d-347b-4bad-b178-e070c847ca45: pNF 0a9ff86d-4570
2022-03-27T08:09:47.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Processing PNF resource: 1584bed2-72af-4f57-815f-2b1304a8abab
2022-03-27T08:09:47.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:09:47.902Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Service Demo_pNF_8XTv4q8ShR5kmsvXsIb3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:09:47.902Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||Resource customization UUID: b95ef134-35a4-46e8-996f-b82eecac8837 is the same as notified resource customizationUUID: b95ef134-35a4-46e8-996f-b82eecac8837
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:09:47.976Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0a9ff86d-4570 1584bed2-72af-4f57-815f-2b1304a8abab 0 ASDC deployResourceStructure
2022-03-27T08:09:47.977Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar ASDC sendASDCNotification
2022-03-27T08:09:47.977Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar
2022-03-27T08:09:47.977Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:09:47.977Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:09:47.979Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:09:47.979Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368587976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:48.079Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:09:48.080Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:09:48.080Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:48.101Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:48.102Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:09:48.980Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:09:48.993Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:09:48.995Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:09:48.995Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:09:48.996Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:09:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:09:54.819Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:09:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:09:54.857Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:09:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368490438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368493744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368501536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368509348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368507671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368500113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "cds",
  "timestamp": 1648368508678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.877Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.877Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368510552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368503440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368511727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368511753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:54.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368512732,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.892Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.892Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368512758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.904Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.905Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368504722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368513990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368514995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "policy-id",
  "timestamp": 1648368515998,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.927Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.927Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368517660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368519676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:09:54.938Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:09:54.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "clamp",
  "timestamp": 1648368520682,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.944Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.944Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368514045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368523152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368529733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:09:54.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:09:54.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "aai-ml",
  "timestamp": 1648368530739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:09:54.959Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
2022-03-27T08:09:54.960Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:09:54.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:09:54.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3134d876-05a9-4d12-8c92-25a91e0e5753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368531251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:09:54.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:18.996Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:10:19.009Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:10:19.013Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:10:19.014Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:10:19.027Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:10:49.027Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:10:49.038Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and serviceModelVersionId: 3a89532d-347b-4bad-b178-e070c847ca45
2022-03-27T08:10:49.038Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccc590de-9ac1-4aab-93ac-fca1b43972f2
2022-03-27T08:10:49.039Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0
2022-03-27T08:10:49.044Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:10:49.094Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00b56740-8161-4d4e-bc25-8200ee05ef15/model-vers/model-ver/7fcaa7c2-e24b-49c3-a674-70256a5c1fcf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:10:49.096Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Invoke
2022-03-27T08:10:50.644Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:10:50.646Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Invoke
2022-03-27T08:10:52.179Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:10:52.180Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Invoke
2022-03-27T08:10:53.221Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:10:53.223Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:10:53.224Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:10:53.224Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:10:53.235Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:10:53.236Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 303e4d08-a1e8-4bc0-b9f8-9675133ea03a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:10:53.236Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:10:53.237Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:53.240Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:53.240Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368653236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:10:53.340Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:10:53.342Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:53.342Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:53.371Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:53.372Z||pool-82-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:10:54.259Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:10:54.260Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:10:54.260Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:54.818Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:10:54.818Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:10:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:54.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:54.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368539457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368541240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:10:54.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c28048b2-a830-478d-b742-dcf53eefb4c1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368576452,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368565438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368564722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/resourceInstances/pnf0a9ff86d45700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368574045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368584351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368584353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368583786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368532274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "cds",
  "timestamp": 1648368585359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:10:54.879Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:10:54.879Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:10:54.886Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:54.886Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||received message from topic
2022-03-27T08:10:54.887Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"876a1265-6933-4c08-afb7-281702db955f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f6c21848-8e1e-4ce6-9530-d5a801ed98ae","serviceDescription":"service","serviceInvariantUUID":"7a92ad5b-1666-4da1-bd82-7c32695fd793","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c38521bf-ada3-408d-acb4-4a3db5dd2755","resourceInvariantUUID":"9c1677b3-2e53-4a5d-ac55-8b00ec557511","resourceCustomizationUUID":"c2f641b1-38b3-4846-bd50-9be9a2e4fcdc","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":"YTliMTc3N2RlMTBiNGYxOWJkMzZkY2RhNGNhOWI0MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42b86ce8-e26b-436b-bf18-ad73a039d4c3","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":"4b725e41-d4f1-41ec-9ead-81268656bf25","artifactVersion":"2","generatedFromUUID":"5a515575-86b3-483e-a095-b788bc483819"},{"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":"5a515575-86b3-483e-a095-b788bc483819","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":"OTQyZWEwNGUyNzFjZmU1Y2E5OWU3ZGZkMTRhYThiZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5afd9cd-43b5-43c9-b42e-6dff95289913","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":"f280af1f-cc33-4fd3-ac14-07c267f7f9a3","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":"8ef6cb11-d4cc-4719-bf38-bddd1997f7ea","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":"2b376e9d-8c78-4288-88af-fff3fe71c3c2","artifactVersion":"2","generatedFromUUID":"f280af1f-cc33-4fd3-ac14-07c267f7f9a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGM0NWI1MWMyMjEzZTRmMzliNDgwNWIzNmFmZGZiMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ecc905e-d120-40db-97d6-4d3484df2790","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmVlMDBlMzg1OWVmMzVlZDc0N2VkNmU3MjZlY2M2NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:10:54.889Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:54.889Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:54.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368584792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.891Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.891Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368585753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "policy-id",
  "timestamp": 1648368585795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:10:54.898Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:10:54.899Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:10:54.909Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368587976,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8xtv4q8shr5kmsvxsib3/1.0/artifacts/service-DemoPnf8xtv4q8shr5kmsvxsib3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.918Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.919Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.920Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368593333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368593755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368592412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368594522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "aai-ml",
  "timestamp": 1648368593416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:10:54.933Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:10:54.934Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:10:54.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368595609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368586362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:10:54.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368596345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:10:54.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:10:54.991Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:10:54.992Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:54.992Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:55.007Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:55.008Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:10:55.892Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:55.892Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:55.896Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:55.896Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-27T08:10:55.996Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:10:55.996Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:55.997Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:56.018Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:56.019Z||pool-84-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:10:56.896Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:56.897Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:56.899Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:56.899Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-27T08:10:57.001Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-27T08:10:57.002Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:57.002Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:57.022Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:57.022Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:10:57.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:57.901Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:57.904Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:57.904Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:10:58.005Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:10:58.006Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:58.006Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:58.021Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:58.022Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:10:58.906Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:58.907Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:58.909Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:58.909Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:10:59.009Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:10:59.010Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:10:59.010Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:10:59.035Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:10:59.036Z||pool-87-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:10:59.910Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:10:59.911Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:10:59.914Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:10:59.914Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:11:00.014Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:00.015Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:00.015Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:00.053Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:00.053Z||pool-88-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:11:00.915Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:11:00.916Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:00.919Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:00.919Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-27T08:11:01.020Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:11:01.020Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:01.021Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:01.039Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:01.040Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:01.920Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:11:01.922Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:01.928Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:01.929Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:11:02.029Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:02.030Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:02.030Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:02.046Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:02.047Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:02.930Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:11:02.932Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:02.936Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:02.936Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:11:03.036Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:11:03.037Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:03.038Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:03.051Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:03.051Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:03.938Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f6c21848-8e1e-4ce6-9530-d5a801ed98ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a92ad5b-1666-4da1-bd82-7c32695fd793",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c2f641b1-38b3-4846-bd50-9be9a2e4fcdc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c38521bf-ada3-408d-acb4-4a3db5dd2755",
      "resourceInvariantUUID": "9c1677b3-2e53-4a5d-ac55-8b00ec557511",
      "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": "4b725e41-d4f1-41ec-9ead-81268656bf25",
          "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": "5a515575-86b3-483e-a095-b788bc483819",
          "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": "OTQyZWEwNGUyNzFjZmU1Y2E5OWU3ZGZkMTRhYThiZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a5afd9cd-43b5-43c9-b42e-6dff95289913",
          "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": "f280af1f-cc33-4fd3-ac14-07c267f7f9a3",
          "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": "2b376e9d-8c78-4288-88af-fff3fe71c3c2",
            "generatedFromUUID": "f280af1f-cc33-4fd3-ac14-07c267f7f9a3"
          },
          "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": "2b376e9d-8c78-4288-88af-fff3fe71c3c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MmVlMDBlMzg1OWVmMzVlZDc0N2VkNmU3MjZlY2M2NWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:11:03.939Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:11:03.939Z|303e4d08-a1e8-4bc0-b9f8-9675133ea03a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f6c21848-8e1e-4ce6-9530-d5a801ed98ae ASDC
2022-03-27T08:11:03.940Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||ASDC Notification:
DistributionID:876a1265-6933-4c08-afb7-281702db955f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f6c21848-8e1e-4ce6-9530-d5a801ed98ae
ServiceInvariantUUID:7a92ad5b-1666-4da1-bd82-7c32695fd793
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:4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2
ArtifactChecksum:MmVlMDBlMzg1OWVmMzVlZDc0N2VkNmU3MjZlY2M2NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c2f641b1-38b3-4846-bd50-9be9a2e4fcdc
ResourceInvariantUUID:9c1677b3-2e53-4a5d-ac55-8b00ec557511
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c38521bf-ada3-408d-acb4-4a3db5dd2755
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:4b725e41-d4f1-41ec-9ead-81268656bf25
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:5a515575-86b3-483e-a095-b788bc483819
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:a5afd9cd-43b5-43c9-b42e-6dff95289913
ArtifactChecksum:OTQyZWEwNGUyNzFjZmU1Y2E5OWU3ZGZkMTRhYThiZjA=
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:f280af1f-cc33-4fd3-ac14-07c267f7f9a3
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:2b376e9d-8c78-4288-88af-fff3fe71c3c2
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:2b376e9d-8c78-4288-88af-fff3fe71c3c2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:11:03.940Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6c21848-8e1e-4ce6-9530-d5a801ed98ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:11:03.987Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:11:03.988Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:11:03.989Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:11:03.989Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: 4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-27T08:11:03.989Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:03.990Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-27T08:11:04.535Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:04.539Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2 68954
2022-03-27T08:11:04.539Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-27T08:11:04.539Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-27T08:11:04.539Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:04.539Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:04.541Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:04.541Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368664539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:04.641Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:04.645Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:04.645Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:04.659Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:04.660Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:05.542Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:11:05.543Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:11:05.543Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to write artifact UUID: 4ac3aebd-9ac2-4e01-93f4-a3bb0d2da5d2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:05.543Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-27T08:11:05.544Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:05.544Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:05.742Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9652572756976925276/Definitions/service-BasicCnf-template.yml
2022-03-27T08:11:07.116Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:11:07.117Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||####################################################################################################
2022-03-27T08:11:07.118Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:07.118Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-27T08:11:07.118Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:07.119Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:07.119Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:07.119Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-27T08:11:07.120Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|WARN|500||####################################################################################################
2022-03-27T08:11:07.120Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.120Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.121Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:07.121Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:11:07.122Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:11:07.122Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.123Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.123Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:07.123Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:11:07.124Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:11:07.124Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.124Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.125Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.125Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-27T08:11:07.126Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-27T08:11:07.126Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template dummy is not matching search criteria
2022-03-27T08:11:07.127Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:11:07.127Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.127Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:11:07.128Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.128Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:07.128Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:07.129Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.129Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:07.130Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:07.130Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.130Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:07.131Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:07.131Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.132Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-27T08:11:07.132Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-27T08:11:07.132Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9b97d308-ff82-46ab-be03-9ea717a28654
2022-03-27T08:11:07.133Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.133Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.133Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.134Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.134Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.135Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.135Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:07.136Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:07.136Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f6c21848-8e1e-4ce6-9530-d5a801ed98ae
Model Version:NULL
Model InvariantUuid:7a92ad5b-1666-4da1-bd82-7c32695fd793
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c78d587c-6a76-406b-bba3-3f899cab0d9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c1677b3-2e53-4a5d-ac55-8b00ec557511
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c2f641b1-38b3-4846-bd50-9be9a2e4fcdc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd3e6589-9bac-4d53-9467-eeae039c112e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:9de703e6-a9a2-465b-a6a8-535b32e83e2c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b97d308-ff82-46ab-be03-9ea717a28654
ModelInvariantUuid:d6610f50-b39b-434b-9b29-86103c3ec909
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:40619dea-8084-4a70-8b43-ebda29d8a1c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6b46850f-5386-4344-b346-e084d1abf9c0
ModelInvariantUuid:3b9d2618-1650-4ee5-8c1c-69314d4c5928
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:46054282-a230-40ac-8729-2db7773cfdcb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:11:07.145Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c38521bf-ada3-408d-acb4-4a3db5dd2755
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:11:07.148Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||basic_cnf 0
2022-03-27T08:11:07.149Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c38521bf-ada3-408d-acb4-4a3db5dd2755
2022-03-27T08:11:07.149Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: 4b725e41-d4f1-41ec-9ead-81268656bf25 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-27T08:11:07.149Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:07.150Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-27T08:11:07.927Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:07.929Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 4b725e41-d4f1-41ec-9ead-81268656bf25 12
2022-03-27T08:11:07.930Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-27T08:11:07.930Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-27T08:11:07.930Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:07.931Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:07.934Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:07.934Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368667930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:08.035Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:11:08.036Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:08.036Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:08.059Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:08.060Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:08.935Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: 5a515575-86b3-483e-a095-b788bc483819 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-27T08:11:08.935Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:08.936Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-27T08:11:09.224Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:09.225Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5a515575-86b3-483e-a095-b788bc483819 2688
2022-03-27T08:11:09.226Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-27T08:11:09.226Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-27T08:11:09.226Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:09.226Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:09.229Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:09.230Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368669225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:09.331Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:11:09.332Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:09.332Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:09.345Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:09.347Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:10.231Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: a5afd9cd-43b5-43c9-b42e-6dff95289913 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-27T08:11:10.232Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:10.232Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-27T08:11:10.819Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:10.820Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a5afd9cd-43b5-43c9-b42e-6dff95289913 828
2022-03-27T08:11:10.820Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-27T08:11:10.820Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-27T08:11:10.820Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:10.821Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:10.823Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:10.824Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368670820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:10.924Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:10.925Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:10.925Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:10.963Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:10.964Z||pool-95-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:11.824Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dd3e6589-9bac-4d53-9467-eeae039c112e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9de703e6-a9a2-465b-a6a8-535b32e83e2c",
    "vfModuleModelCustomizationUUID": "3792d0a8-3236-4a16-8441-a8cdba14585e",
    "isBase": true,
    "artifacts": [
      "f280af1f-cc33-4fd3-ac14-07c267f7f9a3",
      "5a515575-86b3-483e-a095-b788bc483819",
      "2b376e9d-8c78-4288-88af-fff3fe71c3c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:11:11.829Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9de703e6-a9a2-465b-a6a8-535b32e83e2c
VfModuleModelInvariantUUID:dd3e6589-9bac-4d53-9467-eeae039c112e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f280af1f-cc33-4fd3-ac14-07c267f7f9a3
,
5a515575-86b3-483e-a095-b788bc483819
,
2b376e9d-8c78-4288-88af-fff3fe71c3c2

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

isBase:true


}

2022-03-27T08:11:11.832Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dd3e6589-9bac-4d53-9467-eeae039c112e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9de703e6-a9a2-465b-a6a8-535b32e83e2c",
    "vfModuleModelCustomizationUUID": "3792d0a8-3236-4a16-8441-a8cdba14585e",
    "isBase": true,
    "artifacts": [
      "f280af1f-cc33-4fd3-ac14-07c267f7f9a3",
      "5a515575-86b3-483e-a095-b788bc483819",
      "2b376e9d-8c78-4288-88af-fff3fe71c3c2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:11:11.832Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9de703e6-a9a2-465b-a6a8-535b32e83e2c
VfModuleModelInvariantUUID:dd3e6589-9bac-4d53-9467-eeae039c112e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f280af1f-cc33-4fd3-ac14-07c267f7f9a3
,
5a515575-86b3-483e-a095-b788bc483819
,
2b376e9d-8c78-4288-88af-fff3fe71c3c2

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

isBase:true


}

2022-03-27T08:11:11.832Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: f280af1f-cc33-4fd3-ac14-07c267f7f9a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-27T08:11:11.832Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:11.833Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-27T08:11:12.236Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:12.237Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f280af1f-cc33-4fd3-ac14-07c267f7f9a3 1164
2022-03-27T08:11:12.238Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-27T08:11:12.238Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-27T08:11:12.239Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:12.239Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:12.241Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:12.242Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368672238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:12.342Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:12.343Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:12.343Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:12.360Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:12.360Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:13.242Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Trying to download the artifact UUID: 2b376e9d-8c78-4288-88af-fff3fe71c3c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-27T08:11:13.243Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:11:13.243Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-27T08:11:13.727Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:11:13.728Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2b376e9d-8c78-4288-88af-fff3fe71c3c2 200
2022-03-27T08:11:13.728Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-27T08:11:13.729Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-27T08:11:13.729Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:11:13.729Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:13.736Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:13.736Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368673728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:13.837Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:13.838Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:13.838Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:13.854Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:13.855Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:14.739Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Preparing to deploy Service: f6c21848-8e1e-4ce6-9530-d5a801ed98ae
2022-03-27T08:11:14.739Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c38521bf-ada3-408d-acb4-4a3db5dd2755 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=?
2022-03-27T08:11:14.759Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:11:14.767Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@680b41a7, org.onap.sdc.toscaparser.api.parameters.Input@490bcfeb, org.onap.sdc.toscaparser.api.parameters.Input@642c4e93, org.onap.sdc.toscaparser.api.parameters.Input@7274807e, org.onap.sdc.toscaparser.api.parameters.Input@40c0f1ee]
2022-03-27T08:11:14.769Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.769Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.770Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:11:14.770Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||VFCustomizationUUID= c2f641b1-38b3-4846-bd50-9be9a2e4fcdc
2022-03-27T08:11:14.770Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2f641b1-38b3-4846-bd50-9be9a2e4fcdc matches Tosca VF Customization UUID: c2f641b1-38b3-4846-bd50-9be9a2e4fcdc
2022-03-27T08:11:14.770Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||vfCustomizationUUID: c2f641b1-38b3-4846-bd50-9be9a2e4fcdc  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:11:14.773Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.773Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.774Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||resource request for resource customization id c2f641b1-38b3-4846-bd50-9be9a2e4fcdc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-27T08:11:14.774Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dc931a
2022-03-27T08:11:14.774Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.775Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:11:14.775Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3792d0a8-3236-4a16-8441-a8cdba14585e
2022-03-27T08:11:14.775Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3792d0a8-3236-4a16-8441-a8cdba14585e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:11:14.778Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.779Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:14.779Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:14.779Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.780Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:14.780Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:14.780Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.780Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-27T08:11:14.781Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-27T08:11:14.781Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9b97d308-ff82-46ab-be03-9ea717a28654
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:11:14.784Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.784Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:14.784Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:11:14.785Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.785Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-27T08:11:14.785Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c2f641b1-38b3-4846-bd50-9be9a2e4fcdc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:11:14.788Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.788Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.789Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500|| resourceSeq for service uuid f6c21848-8e1e-4ce6-9530-d5a801ed98ae: basic_cnf
2022-03-27T08:11:14.789Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.789Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.789Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.789Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.790Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.790Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.790Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.790Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.791Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:11:14.791Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:11:14.791Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:11:14.867Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c38521bf-ada3-408d-acb4-4a3db5dd2755 1 ASDC deployResourceStructure
2022-03-27T08:11:14.868Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-27T08:11:14.868Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-27T08:11:14.868Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-27T08:11:14.869Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:14.870Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:14.871Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368674867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-27T08:11:14.971Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:14.971Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:14.972Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:14.986Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:14.986Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:15.872Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-27T08:11:15.872Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-27T08:11:15.873Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-27T08:11:15.873Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:15.875Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:15.875Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368675872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-27T08:11:15.975Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:15.976Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:15.976Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:15.989Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:15.990Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:11:16.876Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-27T08:11:16.877Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-27T08:11:16.877Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:11:16.877Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:16.879Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:16.879Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368676876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:11:16.980Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:16.981Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:16.982Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:16.999Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:17.001Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:17.881Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-27T08:11:17.881Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-27T08:11:17.881Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:11:17.882Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:17.885Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:17.885Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368677881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:11:17.984Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:11:17.985Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:17.985Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:18.000Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:18.001Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:18.886Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-27T08:11:18.887Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-27T08:11:18.887Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:11:18.887Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:18.890Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:18.890Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368678886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:11:18.990Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:18.991Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:18.991Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:19.007Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:19.008Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:19.890Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-27T08:11:19.891Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-27T08:11:19.891Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:11:19.891Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:11:19.893Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:11:19.894Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368679890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:11:19.994Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:11:19.995Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:11:19.995Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:20.011Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:20.012Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:11:20.895Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:11:20.908Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:11:20.911Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:11:20.911Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:11:20.911Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:11:20.912Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:11:50.912Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:11:50.929Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:11:50.934Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:11:50.934Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:11:50.934Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:11:50.935Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:11:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:11:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:11:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:11:54.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:11:54.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:11:54.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368596675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:11:54.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:20.936Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:12:20.948Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:12:20.951Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:12:20.951Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:12:20.951Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:12:20.951Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:12:50.951Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:12:50.966Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:12:50.968Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:12:50.969Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:12:50.969Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:12:50.969Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:12:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:12:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:12:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:12:54.860Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:12:54.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368586799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368595228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368597351,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.872Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:12:54.872Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368597731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.888Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:12:54.889Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368595527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368581536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368598736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368596534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:54.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "cds",
  "timestamp": 1648368597712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:54.919Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "policy-id",
  "timestamp": 1648368597538,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.935Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:54.935Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368583744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368603993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368583440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368605014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368606937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "clamp",
  "timestamp": 1648368606019,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.957Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 876a1265-6933-4c08-afb7-281702db955f
2022-03-27T08:12:54.957Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 876a1265-6933-4c08-afb7-281702db955f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368608218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368609448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368609742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:12:54.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368610453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:54.977Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:54.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368611120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:54.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:54.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:54.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368612152,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:54.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:54.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:12:54.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368613159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368604045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368613142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368590113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368619671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368620859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "aai-ml",
  "timestamp": 1648368621865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:55.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:55.008Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:55.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368622821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:12:55.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:12:55.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "clamp",
  "timestamp": 1648368623826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:12:55.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44c83f25-3c85-4963-ba7c-1bb83102857f
2022-03-27T08:12:55.032Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44c83f25-3c85-4963-ba7c-1bb83102857f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:12:55.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:12:55.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "303e4d08-a1e8-4bc0-b9f8-9675133ea03a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368653236,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:12:55.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:20.969Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:13:20.981Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 876a1265-6933-4c08-afb7-281702db955f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:13:20.986Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:13:20.986Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:13:20.986Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:13:20.986Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:13:20.987Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:13:20.987Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:13:20.994Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:13:50.994Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 876a1265-6933-4c08-afb7-281702db955f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:13:50.999Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 876a1265-6933-4c08-afb7-281702db955f and serviceModelVersionId: f6c21848-8e1e-4ce6-9530-d5a801ed98ae
2022-03-27T08:13:51.000Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a92ad5b-1666-4da1-bd82-7c32695fd793
2022-03-27T08:13:51.000Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0
2022-03-27T08:13:51.004Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccc590de-9ac1-4aab-93ac-fca1b43972f2/model-vers/model-ver/3a89532d-347b-4bad-b178-e070c847ca45?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:13:51.065Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Invoke
2022-03-27T08:13:51.065Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8311491-d854-416e-a227-eb4a1fd97673], X-ECOMP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-TransactionId=[], X-ONAP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:13:52.593Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Invoke
2022-03-27T08:13:52.593Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[036604f6-0ef5-49e0-aac8-8f2e57fe40df], X-ECOMP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-TransactionId=[], X-ONAP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:13:54.128Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Invoke
2022-03-27T08:13:54.129Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cab11362-b6e9-4873-9a13-499a6c6aef9e], X-ECOMP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], X-TransactionId=[], X-ONAP-RequestID=[876a1265-6933-4c08-afb7-281702db955f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:13:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:13:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:13:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:54.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:54.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368664539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368667930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368669225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368670820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368672238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368673728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368674867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368675872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368676876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368677881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368678886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:13:54.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:54.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:13:54.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368679890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:13:54.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:13:55.167Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:13:55.168Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:13:55.169Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:13:55.169Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:13:55.175Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:13:55.175Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 876a1265-6933-4c08-afb7-281702db955f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:13:55.176Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:13:55.176Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:13:55.179Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:13:55.179Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368835176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:13:55.283Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-27T08:13:55.284Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:13:55.284Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:55.297Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:55.298Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:13:56.193Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||received message from topic
2022-03-27T08:13:56.194Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"44c83f25-3c85-4963-ba7c-1bb83102857f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"55d8fa5f-e5b0-4088-98e3-21504fed37ff","serviceDescription":"service","serviceInvariantUUID":"13e59507-4399-401f-830c-70fe74ef00dd","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c248809e-6ef4-4d06-b927-9a1c8f8dfbf2","resourceInvariantUUID":"e3288d25-2658-4883-9681-d5e8df9e3984","resourceCustomizationUUID":"eb7ba0e9-0a20-4350-b083-ffb5a2900a4d","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":"YjA2NjhlZTU5MjNkNDEyMDllNTllNzQyNjhiZjhmMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87b09088-c929-4a08-b13a-24a09785711e","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":"NDMxYTdhN2YzMjRkZTM4NTk2NWVjY2I0NWU3OGY2NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"415f331e-3f15-4021-9dd4-6e5a6119a222","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":"b4f91052-8a3e-4b31-a9a2-ad39b52d2f27","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":"701e36b5-8c81-475c-9b9a-af351aba2803","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":"768aaed3-ad3e-4985-9240-8aec3c519ed2","artifactVersion":"2","generatedFromUUID":"b4f91052-8a3e-4b31-a9a2-ad39b52d2f27"},{"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":"NTRiOGFhZTY5ZmQ0MmI3ZmNhODQwMDZiOTQzMjc5N2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"efc3ac65-8d2e-48d5-b5eb-c352524e5850","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":"NjFjZDgyZTUyYTE1MjFlNmUyNzFlZWU2OGY0MmMwZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"513b2905-65a4-4cde-a385-d672d33c8dff","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTQ0NjI0OWI2NWRkYTFiOTcyZDhhZjg4MjY0ZGJmMGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9718b286-3cdd-459a-b7fa-795144f82250","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:13:56.194Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:13:56.195Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:13:56.197Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:13:56.197Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:13:56.297Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:13:56.298Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:13:56.298Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:56.310Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:56.311Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:13:57.198Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:13:57.198Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:13:57.200Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:13:57.201Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:13:57.301Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:13:57.302Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:13:57.302Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:57.316Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:57.317Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:13:58.207Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:13:58.211Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:13:58.213Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:13:58.213Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:13:58.313Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:13:58.314Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:13:58.314Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:58.342Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:58.343Z||pool-107-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:13:59.214Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:13:59.215Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:13:59.217Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:13:59.217Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:13:59.317Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:13:59.318Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:13:59.318Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:13:59.331Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:13:59.331Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:00.218Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:00.219Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:00.222Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:00.222Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-27T08:14:00.323Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:00.324Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:00.324Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:00.338Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:00.339Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:01.223Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:01.225Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:01.227Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:01.227Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:01.327Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:01.328Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:01.328Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:01.340Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:01.341Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:02.228Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:02.228Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:02.232Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:02.233Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:02.331Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T08:14:02.332Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:02.332Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:02.346Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:02.346Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:03.234Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:03.236Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:03.238Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:03.238Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:03.338Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:03.340Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:03.340Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:03.352Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:03.353Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:04.240Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "55d8fa5f-e5b0-4088-98e3-21504fed37ff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13e59507-4399-401f-830c-70fe74ef00dd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "eb7ba0e9-0a20-4350-b083-ffb5a2900a4d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c248809e-6ef4-4d06-b927-9a1c8f8dfbf2",
      "resourceInvariantUUID": "e3288d25-2658-4883-9681-d5e8df9e3984",
      "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": "NDMxYTdhN2YzMjRkZTM4NTk2NWVjY2I0NWU3OGY2NzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "415f331e-3f15-4021-9dd4-6e5a6119a222",
          "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": "b4f91052-8a3e-4b31-a9a2-ad39b52d2f27",
          "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": "768aaed3-ad3e-4985-9240-8aec3c519ed2",
            "generatedFromUUID": "b4f91052-8a3e-4b31-a9a2-ad39b52d2f27"
          },
          "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": "768aaed3-ad3e-4985-9240-8aec3c519ed2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTQ0NjI0OWI2NWRkYTFiOTcyZDhhZjg4MjY0ZGJmMGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9718b286-3cdd-459a-b7fa-795144f82250"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:14:04.240Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:14:04.240Z|876a1265-6933-4c08-afb7-281702db955f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 55d8fa5f-e5b0-4088-98e3-21504fed37ff ASDC
2022-03-27T08:14:04.241Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||ASDC Notification:
DistributionID:44c83f25-3c85-4963-ba7c-1bb83102857f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:55d8fa5f-e5b0-4088-98e3-21504fed37ff
ServiceInvariantUUID:13e59507-4399-401f-830c-70fe74ef00dd
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:9718b286-3cdd-459a-b7fa-795144f82250
ArtifactChecksum:YTQ0NjI0OWI2NWRkYTFiOTcyZDhhZjg4MjY0ZGJmMGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:eb7ba0e9-0a20-4350-b083-ffb5a2900a4d
ResourceInvariantUUID:e3288d25-2658-4883-9681-d5e8df9e3984
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:c248809e-6ef4-4d06-b927-9a1c8f8dfbf2
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:415f331e-3f15-4021-9dd4-6e5a6119a222
ArtifactChecksum:NDMxYTdhN2YzMjRkZTM4NTk2NWVjY2I0NWU3OGY2NzQ=
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:b4f91052-8a3e-4b31-a9a2-ad39b52d2f27
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:768aaed3-ad3e-4985-9240-8aec3c519ed2
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:768aaed3-ad3e-4985-9240-8aec3c519ed2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:14:04.241Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55d8fa5f-e5b0-4088-98e3-21504fed37ff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:14:04.284Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:14:04.284Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:14:04.285Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:14:04.285Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Trying to download the artifact UUID: 9718b286-3cdd-459a-b7fa-795144f82250 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-27T08:14:04.285Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:14:04.285Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-27T08:14:05.421Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:14:05.428Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9718b286-3cdd-459a-b7fa-795144f82250 78803
2022-03-27T08:14:05.429Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-27T08:14:05.429Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-27T08:14:05.430Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:14:05.430Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:05.433Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:05.434Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368845429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:05.534Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:05.535Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:05.535Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:05.550Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:05.551Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:06.434Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:14:06.435Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:14:06.436Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Trying to write artifact UUID: 9718b286-3cdd-459a-b7fa-795144f82250, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:06.436Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-27T08:14:06.437Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:06.437Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:06.648Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11318293746974355256/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-27T08:14:08.087Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||####################################################################################################
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|WARN|500||####################################################################################################
2022-03-27T08:14:08.089Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.090Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.090Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:08.090Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:14:08.090Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:14:08.091Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.091Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.091Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:08.091Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:14:08.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:14:08.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-27T08:14:08.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-27T08:14:08.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-27T08:14:08.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-27T08:14:08.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-27T08:14:08.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:14:08.094Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.094Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:14:08.094Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.094Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:08.095Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:08.095Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.095Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:08.095Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:08.096Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.096Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:08.096Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:08.096Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.096Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-27T08:14:08.097Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-27T08:14:08.097Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-27T08:14:08.097Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8d651e3-656b-44ff-8d50-b578a9320720
2022-03-27T08:14:08.097Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.097Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.098Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.098Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.098Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.098Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.099Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:08.099Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:08.099Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:55d8fa5f-e5b0-4088-98e3-21504fed37ff
Model Version:NULL
Model InvariantUuid:13e59507-4399-401f-830c-70fe74ef00dd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f802e6a0-6483-43e4-aa3a-9bcb384e7a46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3288d25-2658-4883-9681-d5e8df9e3984
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb7ba0e9-0a20-4350-b083-ffb5a2900a4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85b558a8-97d1-4d4b-917a-18f00b482b08
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:95067ecc-0ab5-4fa0-b1d6-56d1c97db7a2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d8d651e3-656b-44ff-8d50-b578a9320720
ModelInvariantUuid:2687018e-6c62-407e-b807-cab76f275f8f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d1f6e6c3-a88b-4fc0-a5a1-404ca19a596b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a4e73910-f279-4bfb-b1b2-a8656f0dacdb
ModelInvariantUuid:db2a9504-d4cf-49f3-9dd1-f257ff7fba80
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e48ab040-68c8-4d13-b7a4-6352c2c09dfa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:14:08.106Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: c248809e-6ef4-4d06-b927-9a1c8f8dfbf2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:14:08.109Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||basic_vm_macro 0
2022-03-27T08:14:08.110Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: c248809e-6ef4-4d06-b927-9a1c8f8dfbf2
2022-03-27T08:14:08.110Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Trying to download the artifact UUID: 415f331e-3f15-4021-9dd4-6e5a6119a222 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-27T08:14:08.110Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:14:08.110Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-27T08:14:08.625Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:14:08.626Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?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 415f331e-3f15-4021-9dd4-6e5a6119a222 792
2022-03-27T08:14:08.626Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-27T08:14:08.626Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-27T08:14:08.627Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:14:08.627Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:08.629Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:08.629Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368848626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:08.729Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:08.730Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:08.730Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:08.745Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:08.746Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:09.630Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85b558a8-97d1-4d4b-917a-18f00b482b08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95067ecc-0ab5-4fa0-b1d6-56d1c97db7a2",
    "vfModuleModelCustomizationUUID": "948f8f44-6617-443d-b37d-b92d940a411a",
    "isBase": true,
    "artifacts": [
      "b4f91052-8a3e-4b31-a9a2-ad39b52d2f27",
      "768aaed3-ad3e-4985-9240-8aec3c519ed2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:14:09.636Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95067ecc-0ab5-4fa0-b1d6-56d1c97db7a2
VfModuleModelInvariantUUID:85b558a8-97d1-4d4b-917a-18f00b482b08
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4f91052-8a3e-4b31-a9a2-ad39b52d2f27
,
768aaed3-ad3e-4985-9240-8aec3c519ed2

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

isBase:true


}

2022-03-27T08:14:09.641Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "85b558a8-97d1-4d4b-917a-18f00b482b08",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95067ecc-0ab5-4fa0-b1d6-56d1c97db7a2",
    "vfModuleModelCustomizationUUID": "948f8f44-6617-443d-b37d-b92d940a411a",
    "isBase": true,
    "artifacts": [
      "b4f91052-8a3e-4b31-a9a2-ad39b52d2f27",
      "768aaed3-ad3e-4985-9240-8aec3c519ed2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:14:09.641Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95067ecc-0ab5-4fa0-b1d6-56d1c97db7a2
VfModuleModelInvariantUUID:85b558a8-97d1-4d4b-917a-18f00b482b08
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4f91052-8a3e-4b31-a9a2-ad39b52d2f27
,
768aaed3-ad3e-4985-9240-8aec3c519ed2

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

isBase:true


}

2022-03-27T08:14:09.642Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Trying to download the artifact UUID: b4f91052-8a3e-4b31-a9a2-ad39b52d2f27 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-27T08:14:09.642Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:14:09.642Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-27T08:14:10.325Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:14:10.326Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b4f91052-8a3e-4b31-a9a2-ad39b52d2f27 5033
2022-03-27T08:14:10.326Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-27T08:14:10.326Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-27T08:14:10.329Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:14:10.330Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:10.332Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:10.332Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368850326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:10.432Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:10.433Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:10.433Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:10.447Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:10.448Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:11.332Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Trying to download the artifact UUID: 768aaed3-ad3e-4985-9240-8aec3c519ed2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-27T08:14:11.333Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:14:11.333Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-27T08:14:11.925Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:14:11.925Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 768aaed3-ad3e-4985-9240-8aec3c519ed2 903
2022-03-27T08:14:11.925Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-27T08:14:11.926Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-27T08:14:11.926Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:14:11.926Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:11.929Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:11.929Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368851925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:12.033Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-27T08:14:12.034Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:12.034Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:12.052Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:12.052Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:12.929Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Preparing to deploy Service: 55d8fa5f-e5b0-4088-98e3-21504fed37ff
2022-03-27T08:14:12.930Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 c248809e-6ef4-4d06-b927-9a1c8f8dfbf2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:14:12.946Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dc6f52c, org.onap.sdc.toscaparser.api.parameters.Input@e328e2f, org.onap.sdc.toscaparser.api.parameters.Input@13a84d27, org.onap.sdc.toscaparser.api.parameters.Input@6d0c55f1, org.onap.sdc.toscaparser.api.parameters.Input@4749a2e9]
2022-03-27T08:14:12.948Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.948Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.949Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:14:12.949Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||VFCustomizationUUID= eb7ba0e9-0a20-4350-b083-ffb5a2900a4d
2022-03-27T08:14:12.950Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb7ba0e9-0a20-4350-b083-ffb5a2900a4d matches Tosca VF Customization UUID: eb7ba0e9-0a20-4350-b083-ffb5a2900a4d
2022-03-27T08:14:12.950Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||vfCustomizationUUID: eb7ba0e9-0a20-4350-b083-ffb5a2900a4d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:14:12.953Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.953Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.955Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||resource request for resource customization id eb7ba0e9-0a20-4350-b083-ffb5a2900a4d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-27T08:14:12.955Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32cdf95
2022-03-27T08:14:12.955Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.956Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:14:12.956Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 948f8f44-6617-443d-b37d-b92d940a411a
2022-03-27T08:14:12.957Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 948f8f44-6617-443d-b37d-b92d940a411a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:14:12.960Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.960Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:12.960Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:12.961Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.961Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:12.961Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:12.962Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.962Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-27T08:14:12.962Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-27T08:14:12.962Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-27T08:14:12.963Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8d651e3-656b-44ff-8d50-b578a9320720
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:14:12.965Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.966Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:12.966Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:14:12.967Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.967Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-27T08:14:12.967Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=eb7ba0e9-0a20-4350-b083-ffb5a2900a4d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:14:12.969Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.970Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.970Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500|| resourceSeq for service uuid 55d8fa5f-e5b0-4088-98e3-21504fed37ff: basic_vm_macro
2022-03-27T08:14:12.970Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.971Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.971Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.971Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.972Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.972Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.973Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.973Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.973Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:14:12.973Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:14:12.974Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:14:13.060Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro c248809e-6ef4-4d06-b927-9a1c8f8dfbf2 1 ASDC deployResourceStructure
2022-03-27T08:14:13.060Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-27T08:14:13.060Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-27T08:14:13.060Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:14:13.061Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:13.063Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:13.063Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368853060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:13.164Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:13.164Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:13.165Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:13.178Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:13.179Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:14.064Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-27T08:14:14.065Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-27T08:14:14.065Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:14:14.065Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:14.067Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:14.068Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368854064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:14.168Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:14.169Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:14.169Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:14.185Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:14.185Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:15.069Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-27T08:14:15.069Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-27T08:14:15.069Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:14:15.069Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:15.071Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:15.071Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368855069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:15.172Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:14:15.172Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:15.173Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:15.187Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:15.188Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:16.072Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-27T08:14:16.073Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-27T08:14:16.073Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:14:16.073Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:16.076Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:16.076Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368856072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:16.176Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:16.178Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:16.178Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:16.196Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:16.197Z||pool-120-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:17.077Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44c83f25-3c85-4963-ba7c-1bb83102857f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:14:17.088Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44c83f25-3c85-4963-ba7c-1bb83102857f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:14:17.092Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:14:17.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:14:17.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:14:17.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:14:17.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:14:17.093Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:14:17.099Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:14:47.099Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 44c83f25-3c85-4963-ba7c-1bb83102857f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:14:47.109Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44c83f25-3c85-4963-ba7c-1bb83102857f and serviceModelVersionId: 55d8fa5f-e5b0-4088-98e3-21504fed37ff
2022-03-27T08:14:47.109Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13e59507-4399-401f-830c-70fe74ef00dd
2022-03-27T08:14:47.110Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0
2022-03-27T08:14:47.114Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a92ad5b-1666-4da1-bd82-7c32695fd793/model-vers/model-ver/f6c21848-8e1e-4ce6-9530-d5a801ed98ae?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:14:47.191Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Invoke
2022-03-27T08:14:47.192Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76518184-9ffd-4a64-a87a-8563080fd4b6], X-ECOMP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-TransactionId=[], X-ONAP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:14:48.721Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Invoke
2022-03-27T08:14:48.722Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d04cbe43-bea1-45b7-ae05-403f57b710ee], X-ECOMP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-TransactionId=[], X-ONAP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:14:50.261Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Invoke
2022-03-27T08:14:50.262Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[030602a9-b9c0-4e6b-b0b7-51cbb7c95de1], X-ECOMP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], X-TransactionId=[], X-ONAP-RequestID=[44c83f25-3c85-4963-ba7c-1bb83102857f], Content-Type=[application/merge-patch+json]}
2022-03-27T08:14:51.294Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:14:51.295Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:14:51.296Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:14:51.296Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:14:51.301Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:14:51.301Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44c83f25-3c85-4963-ba7c-1bb83102857f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:14:51.301Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:14:51.302Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:51.304Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:51.304Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368891301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:14:51.404Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:14:51.405Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:51.406Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:51.432Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:51.433Z||pool-121-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:14:52.317Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:14:52.318Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:14:52.318Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:14:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:14:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:54.861Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:54.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368800113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368801536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368803440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368811737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368813151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368804722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368805438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368814547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368812802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368813526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368815573,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:14:54.907Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:14:54.907Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:14:54.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368813806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:54.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "cds",
  "timestamp": 1648368814534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:14:54.924Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:14:54.924Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:14:54.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368816578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "policy-id",
  "timestamp": 1648368814808,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:14:54.942Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:14:54.942Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368814046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368821702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368822064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368823722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "clamp",
  "timestamp": 1648368824730,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:14:54.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:14:54.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:14:54.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:54.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368823744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368831754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:14:54.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368835591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:14:54.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:14:56.701Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:56.702Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||received message from topic
2022-03-27T08:14:56.702Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"49eb4cd0-ed9e-4023-bab0-f5f67779db94","serviceName":"vFW 2022-03-27 08-10-31","serviceVersion":"1.0","serviceUUID":"e1f4009d-c678-4e16-a54c-2471e3ca4b4a","serviceDescription":"catalog service description","serviceInvariantUUID":"4e368aa0-ce32-48eb-a03c-79f91c062ce4","resources":[{"resourceInstanceName":"vFW 4818d3a2-b4ee 0","resourceName":"vFW 4818d3a2-b4ee","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2cce535-db1b-43b8-ba01-2e77d80da6de","resourceInvariantUUID":"d991b575-ce54-474b-948f-13f48d73ffef","resourceCustomizationUUID":"723c3968-3dfe-4c4c-9127-aced0c4defd3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml","artifactChecksum":"MWQwZDVmZTg4YWViZDg1MzI0MWE2ZjJiMDZhZmRhYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f459f051-3cc0-4909-9da9-5dc5d04e2039","artifactVersion":"1"},{"artifactName":"vfw4818d3a2b4ee0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json","artifactChecksum":"Nzk0OWU3N2M2YzE0MzFmNDFjODFjZWU0NWVmODE5ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf919236-d7a8-45fc-8016-eac42d9d5a58","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9794bf4b-590d-4882-bf48-2167aca1a179","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml","artifactChecksum":"YmVjMTMzNDFlZGI3ZDA1NDNjZjI0YjE1NDlkZjkwYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dae94115-7e66-42a6-9531-63a31b85cd7f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd7d60e2-9393-40b6-abc2-04d7295b8d1f","artifactVersion":"2","generatedFromUUID":"9794bf4b-590d-4882-bf48-2167aca1a179"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327081031-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml","artifactChecksum":"OWRkZDJmYTk0M2E3NzY0MzU3OThhM2E5M2RiMzExNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"716a1e15-1d70-47de-81e1-c53313119892","artifactVersion":"1"},{"artifactName":"service-Vfw20220327081031-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar","artifactChecksum":"ZWM5ODBkZWRjNDVkZTFlMjZiNzE4ZDRhZDdkNjkzYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04bbed52-5c4c-4de3-9816-ab0a0a91c678","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:14:56.704Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:56.704Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:56.706Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:56.706Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:56.806Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:56.807Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:56.808Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:56.820Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:56.821Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:57.707Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:57.708Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:57.710Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:57.710Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:14:57.811Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:14:57.812Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:57.812Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:57.826Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:57.827Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:14:58.710Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:58.711Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:58.714Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:58.714Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:14:58.814Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:58.815Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:58.818Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:58.856Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:58.857Z||pool-124-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:14:59.714Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:14:59.716Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:14:59.718Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:14:59.718Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:14:59.818Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:14:59.819Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:14:59.819Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:14:59.837Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:14:59.837Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:00.719Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:15:00.720Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:00.723Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:00.723Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:15:00.822Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:15:00.823Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:00.823Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:00.846Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:00.847Z||pool-126-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:01.723Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:15:01.724Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:01.726Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:01.727Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:15:01.827Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:15:01.828Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:01.828Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:01.843Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:01.844Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:02.728Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:15:02.729Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:02.731Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:02.731Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:15:02.832Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:15:02.833Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:02.833Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:02.849Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:02.849Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:03.733Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "serviceName": "vFW 2022-03-27 08-10-31",
  "serviceVersion": "1.0",
  "serviceUUID": "e1f4009d-c678-4e16-a54c-2471e3ca4b4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4e368aa0-ce32-48eb-a03c-79f91c062ce4",
  "resources": [
    {
      "resourceInstanceName": "vFW 4818d3a2-b4ee 0",
      "resourceCustomizationUUID": "723c3968-3dfe-4c4c-9127-aced0c4defd3",
      "resourceName": "vFW 4818d3a2-b4ee",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2cce535-db1b-43b8-ba01-2e77d80da6de",
      "resourceInvariantUUID": "d991b575-ce54-474b-948f-13f48d73ffef",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4818d3a2b4ee0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
          "artifactChecksum": "Nzk0OWU3N2M2YzE0MzFmNDFjODFjZWU0NWVmODE5ODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bf919236-d7a8-45fc-8016-eac42d9d5a58",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9794bf4b-590d-4882-bf48-2167aca1a179",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd7d60e2-9393-40b6-abc2-04d7295b8d1f",
            "generatedFromUUID": "9794bf4b-590d-4882-bf48-2167aca1a179"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd7d60e2-9393-40b6-abc2-04d7295b8d1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327081031-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
      "artifactChecksum": "ZWM5ODBkZWRjNDVkZTFlMjZiNzE4ZDRhZDdkNjkzYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04bbed52-5c4c-4de3-9816-ab0a0a91c678"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:15:03.734Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:15:03.734Z|44c83f25-3c85-4963-ba7c-1bb83102857f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e1f4009d-c678-4e16-a54c-2471e3ca4b4a ASDC
2022-03-27T08:15:03.735Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||ASDC Notification:
DistributionID:49eb4cd0-ed9e-4023-bab0-f5f67779db94
ServiceName:vFW 2022-03-27 08-10-31
ServiceVersion:1.0
ServiceUUID:e1f4009d-c678-4e16-a54c-2471e3ca4b4a
ServiceInvariantUUID:4e368aa0-ce32-48eb-a03c-79f91c062ce4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327081031-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar
ArtifactUUID:04bbed52-5c4c-4de3-9816-ab0a0a91c678
ArtifactChecksum:ZWM5ODBkZWRjNDVkZTFlMjZiNzE4ZDRhZDdkNjkzYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4818d3a2-b4ee 0
ResourceCustomizationUUID:723c3968-3dfe-4c4c-9127-aced0c4defd3
ResourceInvariantUUID:d991b575-ce54-474b-948f-13f48d73ffef
ResourceName:vFW 4818d3a2-b4ee
ResourceType:VF
ResourceUUID:f2cce535-db1b-43b8-ba01-2e77d80da6de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4818d3a2b4ee0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json
ArtifactUUID:bf919236-d7a8-45fc-8016-eac42d9d5a58
ArtifactChecksum:Nzk0OWU3N2M2YzE0MzFmNDFjODFjZWU0NWVmODE5ODg=
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/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml
ArtifactUUID:9794bf4b-590d-4882-bf48-2167aca1a179
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/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
ArtifactUUID:bd7d60e2-9393-40b6-abc2-04d7295b8d1f
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/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
ArtifactUUID:bd7d60e2-9393-40b6-abc2-04d7295b8d1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:15:03.735Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1f4009d-c678-4e16-a54c-2471e3ca4b4a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:15:03.774Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:15:03.775Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:15:03.775Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:15:03.775Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Trying to download the artifact UUID: 04bbed52-5c4c-4de3-9816-ab0a0a91c678 from URL: /sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:03.776Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:15:03.776Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:04.232Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:15:04.236Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar 04bbed52-5c4c-4de3-9816-ab0a0a91c678 98969
2022-03-27T08:15:04.237Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar ASDC sendASDCNotification
2022-03-27T08:15:04.237Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:04.237Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:15:04.237Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:04.239Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:04.239Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368904237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:15:04.341Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:15:04.342Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:04.342Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:04.355Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:04.356Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:05.240Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:15:05.241Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:15:05.241Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Trying to write artifact UUID: 04bbed52-5c4c-4de3-9816-ab0a0a91c678, URL: /sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar to file: /app/ASDC/1/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:05.242Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327081031-csar.csar
2022-03-27T08:15:05.244Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:05.245Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:05.447Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7404273534817933228/Definitions/service-Vfw20220327081031-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-27T08:15:08.029Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:15:08.030Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||####################################################################################################
2022-03-27T08:15:08.030Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.031Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:15:08.031Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.031Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.031Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4818d3a2-b4ee 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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.032Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?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-Vfw20220327081031-csar.csar
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|WARN|500||####################################################################################################
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.033Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.034Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:08.034Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:15:08.034Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:15:08.034Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.035Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.037Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:08.038Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:15:08.038Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:15:08.038Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.038Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.039Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.041Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:08.041Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:08.041Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:08.041Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:15:08.041Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.042Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.042Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.042Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:15:08.042Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:15:08.042Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:15:08.043Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.043Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.043Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:15:08.043Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.043Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:15:08.044Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.044Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:15:08.044Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.044Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:15:08.045Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.045Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:08.045Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:08.045Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.046Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:08.046Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:08.046Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.046Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:08.047Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:08.047Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.047Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:08.047Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:08.047Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.048Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:15:08.049Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.049Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:15:08.049Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.049Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98fb656-bda7-4ab6-b2e1-276144fca80d
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:15:08.050Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:15:08.051Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77152e8d-3fdf-4b9a-9610-81b361e1ab75
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:08.052Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:08.053Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb9fdfe3-0aa5-44a4-8564-94be2a78cab8
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.054Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.055Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:08.055Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:08.055Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-10-31
Description:catalog service description
Model UUID:e1f4009d-c678-4e16-a54c-2471e3ca4b4a
Model Version:NULL
Model InvariantUuid:4e368aa0-ce32-48eb-a03c-79f91c062ce4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4818d3a2-b4ee
Model UUID:d3c19f17-edfa-457a-b878-de5cf8c1a7d5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d991b575-ce54-474b-948f-13f48d73ffef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:723c3968-3dfe-4c4c-9127-aced0c4defd3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f67fa86-1deb-413c-8c47-99a124d7ec78
ModelName:Vfw4818d3a2B4ee..base_vfw..module-0
ModelUuid:8c7b836b-aa9f-4334-8ba8-3eaf91ab2b0f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f98fb656-bda7-4ab6-b2e1-276144fca80d
ModelInvariantUuid:accf2ba2-cef8-42ba-b1d1-3f700f23693f
ModelName:vFW 4818d3a2-b4ee-nodes.vfwCvfc
ModelUuid:83172ea7-4525-4701-b88f-e28835c6e5f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:531f103a-b93e-44ce-a021-4ad97841350f
ModelInvariantUuid:8d100993-3aaa-4788-9f74-1f7996f9a239
ModelName:Vfw4818d3a2B4ee.compute.nodes.heat.vfw
ModelUuid:96ce7e02-8b9d-4a68-b6db-0a213395233c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:77152e8d-3fdf-4b9a-9610-81b361e1ab75
ModelInvariantUuid:5958091a-645e-42bb-bff7-3d2584968c5c
ModelName:vFW 4818d3a2-b4ee-nodes.vsnCvfc
ModelUuid:c30c2e07-5154-44b1-a2dc-9ccdbc9a5830
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8e5264d7-f713-49b1-83b4-1cbd6ca99b00
ModelInvariantUuid:b4558c07-f7c2-4cc5-8d3d-9ca7078db51f
ModelName:Vfw4818d3a2B4ee.compute.nodes.heat.vsn
ModelUuid:50c261fb-847c-4a53-a7ba-99fe8a34d1e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cb9fdfe3-0aa5-44a4-8564-94be2a78cab8
ModelInvariantUuid:5a7b07cd-a446-47a1-ac55-34788e83a525
ModelName:vFW 4818d3a2-b4ee-nodes.vpgCvfc
ModelUuid:073dd3fb-e6ad-4bed-99cc-08a207922421
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7a58f352-70d8-42ff-a348-386b28d6702e
ModelInvariantUuid:0eba4d09-4477-4b76-a90d-d337e22b4479
ModelName:Vfw4818d3a2B4ee.compute.nodes.heat.vpg
ModelUuid:9223fb44-8667-4208-8dc6-ca3978c6f95f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:15:08.061Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f2cce535-db1b-43b8-ba01-2e77d80da6de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:15:08.064Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||vFW 4818d3a2-b4ee 0
2022-03-27T08:15:08.064Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f2cce535-db1b-43b8-ba01-2e77d80da6de
2022-03-27T08:15:08.064Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Trying to download the artifact UUID: bf919236-d7a8-45fc-8016-eac42d9d5a58 from URL: /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json
2022-03-27T08:15:08.064Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:15:08.065Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json
2022-03-27T08:15:08.537Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:15:08.538Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json bf919236-d7a8-45fc-8016-eac42d9d5a58 785
2022-03-27T08:15:08.538Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json ASDC sendASDCNotification
2022-03-27T08:15:08.538Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json
2022-03-27T08:15:08.538Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:15:08.539Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:08.541Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:08.541Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368908538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:15:08.641Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:15:08.643Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:08.643Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:08.669Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:08.670Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:09.541Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4818d3a2B4ee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4f67fa86-1deb-413c-8c47-99a124d7ec78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7b836b-aa9f-4334-8ba8-3eaf91ab2b0f",
    "vfModuleModelCustomizationUUID": "c6421ded-51f6-4c51-b26b-1f54a7dbc5e9",
    "isBase": true,
    "artifacts": [
      "9794bf4b-590d-4882-bf48-2167aca1a179",
      "bd7d60e2-9393-40b6-abc2-04d7295b8d1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:15:09.553Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4818d3a2B4ee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7b836b-aa9f-4334-8ba8-3eaf91ab2b0f
VfModuleModelInvariantUUID:4f67fa86-1deb-413c-8c47-99a124d7ec78
VfModuleModelDescription:NULL
Artifacts UUID List:{
9794bf4b-590d-4882-bf48-2167aca1a179
,
bd7d60e2-9393-40b6-abc2-04d7295b8d1f

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

isBase:true


}

2022-03-27T08:15:09.558Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4818d3a2B4ee..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4f67fa86-1deb-413c-8c47-99a124d7ec78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7b836b-aa9f-4334-8ba8-3eaf91ab2b0f",
    "vfModuleModelCustomizationUUID": "c6421ded-51f6-4c51-b26b-1f54a7dbc5e9",
    "isBase": true,
    "artifacts": [
      "9794bf4b-590d-4882-bf48-2167aca1a179",
      "bd7d60e2-9393-40b6-abc2-04d7295b8d1f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:15:09.559Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4818d3a2B4ee..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7b836b-aa9f-4334-8ba8-3eaf91ab2b0f
VfModuleModelInvariantUUID:4f67fa86-1deb-413c-8c47-99a124d7ec78
VfModuleModelDescription:NULL
Artifacts UUID List:{
9794bf4b-590d-4882-bf48-2167aca1a179
,
bd7d60e2-9393-40b6-abc2-04d7295b8d1f

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

isBase:true


}

2022-03-27T08:15:09.559Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Trying to download the artifact UUID: 9794bf4b-590d-4882-bf48-2167aca1a179 from URL: /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml
2022-03-27T08:15:09.559Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:15:09.559Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml
2022-03-27T08:15:09.936Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:15:09.937Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml 9794bf4b-590d-4882-bf48-2167aca1a179 20368
2022-03-27T08:15:09.937Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:15:09.938Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml
2022-03-27T08:15:09.938Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:15:09.938Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:09.954Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:09.954Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368909937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:15:10.051Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-27T08:15:10.051Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:10.051Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:10.067Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:10.068Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:15:10.957Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Trying to download the artifact UUID: bd7d60e2-9393-40b6-abc2-04d7295b8d1f from URL: /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
2022-03-27T08:15:10.958Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:15:10.959Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
2022-03-27T08:15:11.232Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:15:11.232Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env bd7d60e2-9393-40b6-abc2-04d7295b8d1f 2098
2022-03-27T08:15:11.233Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:15:11.233Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
2022-03-27T08:15:11.233Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:15:11.233Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:11.238Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:11.239Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368911233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:15:11.339Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:15:11.340Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:11.340Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:11.356Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:11.356Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:12.239Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Preparing to deploy Service: e1f4009d-c678-4e16-a54c-2471e3ca4b4a
2022-03-27T08:15:12.240Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4818d3a2-b4ee 0 f2cce535-db1b-43b8-ba01-2e77d80da6de ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:15:12.257Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@692112f6, org.onap.sdc.toscaparser.api.parameters.Input@75895a3d, org.onap.sdc.toscaparser.api.parameters.Input@236d7fd, org.onap.sdc.toscaparser.api.parameters.Input@12ed2318, org.onap.sdc.toscaparser.api.parameters.Input@733a3511]
2022-03-27T08:15:12.258Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.259Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.259Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:15:12.259Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||VFCustomizationUUID= 723c3968-3dfe-4c4c-9127-aced0c4defd3
2022-03-27T08:15:12.259Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 723c3968-3dfe-4c4c-9127-aced0c4defd3 matches Tosca VF Customization UUID: 723c3968-3dfe-4c4c-9127-aced0c4defd3
2022-03-27T08:15:12.259Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||vfCustomizationUUID: 723c3968-3dfe-4c4c-9127-aced0c4defd3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:15:12.261Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.262Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.262Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||resource request for resource customization id 723c3968-3dfe-4c4c-9127-aced0c4defd3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:15:12.262Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee7757
2022-03-27T08:15:12.263Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.263Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:15:12.263Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c6421ded-51f6-4c51-b26b-1f54a7dbc5e9
2022-03-27T08:15:12.263Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c6421ded-51f6-4c51-b26b-1f54a7dbc5e9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:15:12.265Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.265Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.265Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:12.266Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:12.267Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:12.267Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:15:12.267Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:15:12.267Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:15:12.267Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.268Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.268Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:15:12.268Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.268Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:15:12.268Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.269Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98fb656-bda7-4ab6-b2e1-276144fca80d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:15:12.271Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.271Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.271Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:12.271Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.272Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:12.272Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:12.272Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:12.272Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:15:12.272Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:15:12.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:15:12.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:15:12.274Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.274Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:15:12.274Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.274Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=77152e8d-3fdf-4b9a-9610-81b361e1ab75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:15:12.276Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is not matching search criteria
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:15:12.277Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:15:12.278Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:15:12.278Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.278Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.278Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:15:12.279Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cb9fdfe3-0aa5-44a4-8564-94be2a78cab8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Node template vFW 4818d3a2-b4ee 0 is matching search criteria
2022-03-27T08:15:12.282Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found topology templates [vFW 4818d3a2-b4ee 0] matching following query criteria: sdcType=VF, customizationUUID=723c3968-3dfe-4c4c-9127-aced0c4defd3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:15:12.284Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.284Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.284Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500|| resourceSeq for service uuid e1f4009d-c678-4e16-a54c-2471e3ca4b4a: vFW 4818d3a2-b4ee
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.285Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.286Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.286Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:15:12.286Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Service vFW 2022-03-27 08-10-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:15:12.286Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||Saving Service: vFW 2022-03-27 08-10-31 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:15:12.475Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4818d3a2-b4ee f2cce535-db1b-43b8-ba01-2e77d80da6de 1 ASDC deployResourceStructure
2022-03-27T08:15:12.475Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json ASDC sendASDCNotification
2022-03-27T08:15:12.475Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json
2022-03-27T08:15:12.476Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:15:12.476Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:12.479Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:12.479Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368912475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:15:12.579Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T08:15:12.580Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:12.580Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:12.594Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:12.595Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:13.481Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:15:13.482Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml
2022-03-27T08:15:13.482Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:15:13.483Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:13.485Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:13.486Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368913481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:15:13.586Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:15:13.586Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:13.586Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:13.598Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:13.599Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:14.487Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:15:14.487Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env
2022-03-27T08:15:14.487Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:15:14.487Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:14.489Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:14.489Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368914487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:15:14.589Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:15:14.590Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:14.590Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:14.603Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:14.604Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:15.490Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar ASDC sendASDCNotification
2022-03-27T08:15:15.490Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar
2022-03-27T08:15:15.490Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:15:15.490Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:15:15.492Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:15:15.492Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368915490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:15:15.592Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:15:15.594Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:15:15.594Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:15.608Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:15.608Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:15:16.493Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:15:16.505Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:15:16.507Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:15:16.507Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:15:16.507Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:15:46.507Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:15:46.538Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:15:46.540Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:15:46.540Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:15:46.540Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:15:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:15:54.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:15:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:15:54.882Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:15:54.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:15:54.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368834844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:15:54.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:16.541Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:16:16.559Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:16:16.564Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:16:16.564Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:16:16.564Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:16:46.564Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:16:46.591Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:16:46.594Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:16:46.594Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:16:46.594Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:16:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:16:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:16:54.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:16:54.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368836600,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:16:54.875Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:16:54.875Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:16:54.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "876a1265-6933-4c08-afb7-281702db955f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368835176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:16:54.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "aai-ml",
  "timestamp": 1648368835851,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:16:54.893Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 49eb4cd0-ed9e-4023-bab0-f5f67779db94
2022-03-27T08:16:54.893Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:16:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:16:54.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368654259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368845429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:16:54.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368848626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368850326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368851925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368853060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368854064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368855069,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368856072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:16:54.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:16:54.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:16:54.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "44c83f25-3c85-4963-ba7c-1bb83102857f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368891301,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:16:54.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:16.595Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:17:16.618Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:17:16.633Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:17:16.634Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:17:16.634Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:17:16.634Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:17:16.634Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:17:16.634Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:16.644Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:17:46.645Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:17:46.654Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and serviceModelVersionId: e1f4009d-c678-4e16-a54c-2471e3ca4b4a
2022-03-27T08:17:46.654Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e368aa0-ce32-48eb-a03c-79f91c062ce4
2022-03-27T08:17:46.657Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0
2022-03-27T08:17:46.662Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:17:46.725Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13e59507-4399-401f-830c-70fe74ef00dd/model-vers/model-ver/55d8fa5f-e5b0-4088-98e3-21504fed37ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:17:46.726Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||Invoke
2022-03-27T08:17:48.273Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:17:48.274Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||Invoke
2022-03-27T08:17:49.808Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:17:49.809Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||Invoke
2022-03-27T08:17:50.842Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:17:50.843Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:17:50.843Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:17:50.843Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:17:50.850Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:17:50.850Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49eb4cd0-ed9e-4023-bab0-f5f67779db94 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:17:50.850Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:17:50.850Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:17:50.853Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:17:50.853Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||try to send status {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369070850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:17:50.953Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:17:50.954Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:17:50.954Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:50.989Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:50.989Z||pool-137-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:17:51.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:17:51.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:17:51.880Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:17:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:54.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:54.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368892317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368904237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368908538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368909937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368911233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368912475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/vfw4818d3a2b4ee0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368913481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368914487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/resourceInstances/vfw4818d3a2b4ee0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648368915490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327081031/1.0/artifacts/service-Vfw20220327081031-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368910438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368913744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368925025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368926782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.914Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "cds",
  "timestamp": 1648368926032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:54.933Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:54.933Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:54.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368928850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368921536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368920113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648368929857,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:54.956Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:54.956Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:54.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368930955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648368923440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368931982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648368932987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:54.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:54.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:54.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368924722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368933900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368934720,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368934907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:54.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:54.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:54.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:54.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:54.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "policy-id",
  "timestamp": 1648368935910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:54.995Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:54.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:55.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:55.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368936736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:17:55.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:55.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:55.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "clamp",
  "timestamp": 1648368937743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:55.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:55.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:55.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:55.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368934045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:17:55.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:17:55.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368943045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:17:55.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:55.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368949634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:17:55.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:17:55.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:17:55.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "aai-ml",
  "timestamp": 1648368950639,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:17:55.032Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of bb486f53-7719-4ead-8de1-4bcf1073eda3
2022-03-27T08:17:55.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb486f53-7719-4ead-8de1-4bcf1073eda3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:17:56.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:56.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-27T08:17:56.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb486f53-7719-4ead-8de1-4bcf1073eda3","serviceName":"Demo_pNF_6z7zmqFITL8sN6MRZ3iQ","serviceVersion":"1.0","serviceUUID":"ee756aee-32eb-4e73-a159-faa68da03702","serviceDescription":"catalog service description","serviceInvariantUUID":"93667654-43f6-44aa-85cb-19ea5e410936","resources":[{"resourceInstanceName":"pNF 6d6d5e86-e183 0","resourceName":"pNF 6d6d5e86-e183","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"36505425-cebc-424f-8cba-5e36962251b6","resourceInvariantUUID":"230375d5-8a7b-44ad-8e1d-38d90ae719bf","resourceCustomizationUUID":"8419cc17-e1bc-47a2-b5b5-fa2caf8601cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml","artifactChecksum":"NjAxZWMxOTU5NDhhMTc3MmUxNGQ4ZWJmMmE2NDdmZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa30cbb6-8578-48a1-b57a-5f9102ed7099","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"020b0953-8734-41ed-ba87-6c894b0a4ff7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"160d4da2-538a-49dd-b282-d92a2f2a2232","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml","artifactChecksum":"ZjA4MzA1NzA1Yzg0YzQ5NmU1ZThhNDcwMzliMWFmYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e0c1b215-8928-4adb-a968-19de5f60c524","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b4aa728-a98b-48fc-80e7-7e8f1eee7be0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5adf8c45-87de-45db-bfed-d3a1f863356d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml","artifactChecksum":"NzkzMzUxY2E0YzI4OTFiYjExYzA1ZjVlMjZmNDFiNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"010dba6d-f594-40ea-8b41-fa30e0da31c9","artifactVersion":"1"},{"artifactName":"service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar","artifactChecksum":"OGYzNTI0MzA3YmVkZmI2NzUyNWVjNjRmNWZmY2E5MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8760ffd-f2d7-40cb-9691-7e2556ef4cf3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:17:56.252Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:17:56.252Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:17:56.254Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:17:56.254Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:56.355Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:17:56.355Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:17:56.356Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:56.370Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:56.371Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:17:57.255Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:17:57.256Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:17:57.258Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:17:57.259Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:57.362Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-27T08:17:57.363Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:17:57.363Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:57.386Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:57.386Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:17:58.259Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:17:58.259Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:17:58.262Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:17:58.262Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:58.362Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:17:58.363Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:17:58.363Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:58.376Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:58.376Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:17:59.263Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:17:59.264Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:17:59.267Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:17:59.267Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:17:59.367Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:17:59.368Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:17:59.368Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:17:59.382Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:17:59.382Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:18:00.267Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:00.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:00.270Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:00.270Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:00.371Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:00.372Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:00.372Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:00.386Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:00.386Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:18:01.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:01.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:01.288Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:01.288Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:01.388Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:01.389Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:01.390Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:01.402Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:01.403Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:02.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:02.289Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:02.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:02.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:02.392Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:02.392Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:02.393Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:02.404Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:02.405Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:03.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:03.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:03.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:03.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:18:03.395Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:18:03.396Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:03.396Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:03.409Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:03.409Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:04.295Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "serviceName": "Demo_pNF_6z7zmqFITL8sN6MRZ3iQ",
  "serviceVersion": "1.0",
  "serviceUUID": "ee756aee-32eb-4e73-a159-faa68da03702",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "93667654-43f6-44aa-85cb-19ea5e410936",
  "resources": [
    {
      "resourceInstanceName": "pNF 6d6d5e86-e183 0",
      "resourceCustomizationUUID": "8419cc17-e1bc-47a2-b5b5-fa2caf8601cf",
      "resourceName": "pNF 6d6d5e86-e183",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "36505425-cebc-424f-8cba-5e36962251b6",
      "resourceInvariantUUID": "230375d5-8a7b-44ad-8e1d-38d90ae719bf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
      "artifactChecksum": "OGYzNTI0MzA3YmVkZmI2NzUyNWVjNjRmNWZmY2E5MzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8760ffd-f2d7-40cb-9691-7e2556ef4cf3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:18:04.296Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:18:04.296Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee756aee-32eb-4e73-a159-faa68da03702 ASDC
2022-03-27T08:18:04.296Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bb486f53-7719-4ead-8de1-4bcf1073eda3
ServiceName:Demo_pNF_6z7zmqFITL8sN6MRZ3iQ
ServiceVersion:1.0
ServiceUUID:ee756aee-32eb-4e73-a159-faa68da03702
ServiceInvariantUUID:93667654-43f6-44aa-85cb-19ea5e410936
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
ArtifactUUID:f8760ffd-f2d7-40cb-9691-7e2556ef4cf3
ArtifactChecksum:OGYzNTI0MzA3YmVkZmI2NzUyNWVjNjRmNWZmY2E5MzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6d6d5e86-e183 0
ResourceCustomizationUUID:8419cc17-e1bc-47a2-b5b5-fa2caf8601cf
ResourceInvariantUUID:230375d5-8a7b-44ad-8e1d-38d90ae719bf
ResourceName:pNF 6d6d5e86-e183
ResourceType:PNF
ResourceUUID:36505425-cebc-424f-8cba-5e36962251b6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:18:04.296Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee756aee-32eb-4e73-a159-faa68da03702 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:18:04.325Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:18:04.326Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-27T08:18:04.326Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-27T08:18:04.326Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8760ffd-f2d7-40cb-9691-7e2556ef4cf3 from URL: /sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:04.326Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-27T08:18:04.327Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:04.735Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-27T08:18:04.740Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar f8760ffd-f2d7-40cb-9691-7e2556ef4cf3 82651
2022-03-27T08:18:04.741Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar ASDC sendASDCNotification
2022-03-27T08:18:04.741Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:04.741Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:18:04.742Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:04.744Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:04.744Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369084741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:18:04.844Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:04.845Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:04.845Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:04.860Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:04.861Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:18:05.745Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:18:05.746Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-27T08:18:05.747Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f8760ffd-f2d7-40cb-9691-7e2556ef4cf3, URL: /sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar to file: /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:05.747Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:05.748Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:05.748Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:05.862Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1012948268530100984/Definitions/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml
2022-03-27T08:18:06.718Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:18:06.719Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-27T08:18:06.719Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.719Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:18:06.719Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.719Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|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-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|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-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d6d5e86-e183 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-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|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-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-27T08:18:06.720Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.721Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.721Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d6d5e86-e183 0 is matching search criteria
2022-03-27T08:18:06.721Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-27T08:18:06.721Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d6d5e86-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d6d5e86-e183 0 is matching search criteria
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d6d5e86-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:18:06.722Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.723Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.723Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.723Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.723Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.723Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.724Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.724Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.724Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.724Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.724Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6z7zmqFITL8sN6MRZ3iQ
Description:catalog service description
Model UUID:ee756aee-32eb-4e73-a159-faa68da03702
Model Version:NULL
Model InvariantUuid:93667654-43f6-44aa-85cb-19ea5e410936
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:18:06.732Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 36505425-cebc-424f-8cba-5e36962251b6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:18:06.736Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||pNF 6d6d5e86-e183 0
2022-03-27T08:18:06.736Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 36505425-cebc-424f-8cba-5e36962251b6
2022-03-27T08:18:06.737Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ee756aee-32eb-4e73-a159-faa68da03702
2022-03-27T08:18:06.737Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ee756aee-32eb-4e73-a159-faa68da03702
2022-03-27T08:18:06.737Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d6d5e86-e183 0 36505425-cebc-424f-8cba-5e36962251b6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:18:06.742Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d35ad95, org.onap.sdc.toscaparser.api.parameters.Input@602391e7, org.onap.sdc.toscaparser.api.parameters.Input@7b6e4cf2, org.onap.sdc.toscaparser.api.parameters.Input@67a73072, org.onap.sdc.toscaparser.api.parameters.Input@475e7016]
2022-03-27T08:18:06.742Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.742Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.743Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ee756aee-32eb-4e73-a159-faa68da03702: pNF 6d6d5e86-e183
2022-03-27T08:18:06.743Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Processing PNF resource: 36505425-cebc-424f-8cba-5e36962251b6
2022-03-27T08:18:06.743Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:06.743Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6z7zmqFITL8sN6MRZ3iQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:06.743Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8419cc17-e1bc-47a2-b5b5-fa2caf8601cf is the same as notified resource customizationUUID: 8419cc17-e1bc-47a2-b5b5-fa2caf8601cf
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:18:06.776Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d6d5e86-e183 36505425-cebc-424f-8cba-5e36962251b6 0 ASDC deployResourceStructure
2022-03-27T08:18:06.776Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar ASDC sendASDCNotification
2022-03-27T08:18:06.777Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar
2022-03-27T08:18:06.777Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:18:06.777Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:06.779Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:06.779Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369086776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:18:06.879Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:06.880Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:06.880Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:06.893Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:06.894Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:07.780Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb486f53-7719-4ead-8de1-4bcf1073eda3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:18:07.791Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb486f53-7719-4ead-8de1-4bcf1073eda3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:18:07.794Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:18:07.794Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:18:07.794Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:18:07.794Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:18:07.795Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:18:07.795Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:18:07.795Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:18:07.801Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:18:37.802Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb486f53-7719-4ead-8de1-4bcf1073eda3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:18:37.810Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb486f53-7719-4ead-8de1-4bcf1073eda3 and serviceModelVersionId: ee756aee-32eb-4e73-a159-faa68da03702
2022-03-27T08:18:37.810Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93667654-43f6-44aa-85cb-19ea5e410936
2022-03-27T08:18:37.812Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0
2022-03-27T08:18:37.816Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:18:37.868Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:18:37.873Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Invoke
2022-03-27T08:18:39.415Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:18:39.417Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Invoke
2022-03-27T08:18:40.953Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:18:40.956Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Invoke
2022-03-27T08:18:41.980Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:18:41.981Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:18:41.982Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:18:41.982Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:18:41.991Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:18:41.992Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb486f53-7719-4ead-8de1-4bcf1073eda3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:18:41.993Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:18:41.994Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:41.999Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:41.999Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369121992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:18:42.099Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:18:42.101Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:42.101Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:42.121Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:42.122Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:18:43.019Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:18:43.019Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:18:43.020Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:43.651Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:43.651Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||received message from topic
2022-03-27T08:18:43.651Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"b04aab1e-a20b-47e4-b778-ae745ad89322","serviceName":"Demo_pNF_48zBXGwKFLh5NHSmApMX","serviceVersion":"1.0","serviceUUID":"8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5","serviceDescription":"catalog service description","serviceInvariantUUID":"97f5a9bf-3010-4ae9-a68a-191ffc6d2a01","resources":[{"resourceInstanceName":"pNF b625fe35-86af 0","resourceName":"pNF b625fe35-86af","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b7a30f6a-a46f-44f4-b264-d7579615e77d","resourceInvariantUUID":"6f9424f8-0d8f-41d0-8d03-c0c740d05a70","resourceCustomizationUUID":"5827dc48-7fb4-43b8-a6bd-2a27872fb807","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0ZGQxOTBlODg1N2FhMWZjMDJjNDI1MGZiN2Y1MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2850f0c2-c3a0-498b-9a77-a432bd64c5e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"94d8c590-b45f-43b4-a56d-bca28c0283fa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9665126c-0cce-4277-bacd-291862aef3f8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml","artifactChecksum":"MzRhMTQ3YWY2NGM2NzE1YmY2YzlhYmNhMzQ1YjNjZWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95e64547-eacb-4de7-9db9-9bcb43dd1c35","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1fc5d25-c340-4b56-995c-7ac783c0aa20","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"170c2d43-6ef5-4a79-8e41-ca383d297554","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml","artifactChecksum":"YzRmMmQzOGQ3NTFjZjM3OGViNzY3OTgxYzJjMmQ5ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6648c28-e30d-44cd-8deb-86b2df043ac7","artifactVersion":"1"},{"artifactName":"service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar","artifactChecksum":"NzVlYTZhY2VmZjc4ZDI1MTNkNGRhOWM0Y2NiZjJhMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b809760-f2c3-4ea3-b1fc-6077e7d62d11","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:18:43.656Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:43.656Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:43.659Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:43.659Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:43.759Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:43.761Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:43.761Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:43.778Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:43.779Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:44.660Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:44.661Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:44.664Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:44.664Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:44.764Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:44.765Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:44.766Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:44.779Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:44.779Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:45.665Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:45.666Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:45.668Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:45.669Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:45.769Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:45.770Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:45.770Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:45.808Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:45.809Z||pool-151-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:46.669Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:46.671Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:46.673Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:46.674Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:46.773Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:18:46.774Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:46.774Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:46.788Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:46.788Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:47.674Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:47.675Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:47.679Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:47.680Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:47.780Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:47.781Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:47.782Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:47.800Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:47.800Z||pool-153-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:48.680Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:48.681Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:48.685Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:48.685Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:48.785Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:48.786Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:48.787Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:48.802Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:48.804Z||pool-154-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:49.686Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:49.687Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:49.690Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:49.691Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:18:49.790Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:18:49.791Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:49.791Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:49.808Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:49.809Z||pool-155-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:50.692Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:18:50.693Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:50.695Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:50.696Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:18:50.797Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:18:50.798Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:50.798Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:50.811Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:50.811Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:18:51.698Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "serviceName": "Demo_pNF_48zBXGwKFLh5NHSmApMX",
  "serviceVersion": "1.0",
  "serviceUUID": "8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "97f5a9bf-3010-4ae9-a68a-191ffc6d2a01",
  "resources": [
    {
      "resourceInstanceName": "pNF b625fe35-86af 0",
      "resourceCustomizationUUID": "5827dc48-7fb4-43b8-a6bd-2a27872fb807",
      "resourceName": "pNF b625fe35-86af",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b7a30f6a-a46f-44f4-b264-d7579615e77d",
      "resourceInvariantUUID": "6f9424f8-0d8f-41d0-8d03-c0c740d05a70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
      "artifactChecksum": "NzVlYTZhY2VmZjc4ZDI1MTNkNGRhOWM0Y2NiZjJhMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b809760-f2c3-4ea3-b1fc-6077e7d62d11"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:18:51.698Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:18:51.698Z|bb486f53-7719-4ead-8de1-4bcf1073eda3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5 ASDC
2022-03-27T08:18:51.699Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||ASDC Notification:
DistributionID:b04aab1e-a20b-47e4-b778-ae745ad89322
ServiceName:Demo_pNF_48zBXGwKFLh5NHSmApMX
ServiceVersion:1.0
ServiceUUID:8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5
ServiceInvariantUUID:97f5a9bf-3010-4ae9-a68a-191ffc6d2a01
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
ArtifactUUID:1b809760-f2c3-4ea3-b1fc-6077e7d62d11
ArtifactChecksum:NzVlYTZhY2VmZjc4ZDI1MTNkNGRhOWM0Y2NiZjJhMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b625fe35-86af 0
ResourceCustomizationUUID:5827dc48-7fb4-43b8-a6bd-2a27872fb807
ResourceInvariantUUID:6f9424f8-0d8f-41d0-8d03-c0c740d05a70
ResourceName:pNF b625fe35-86af
ResourceType:PNF
ResourceUUID:b7a30f6a-a46f-44f4-b264-d7579615e77d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:18:51.699Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:18:51.727Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:18:51.729Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:18:51.729Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:18:51.730Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Trying to download the artifact UUID: 1b809760-f2c3-4ea3-b1fc-6077e7d62d11 from URL: /sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:51.730Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:18:51.730Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:52.158Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:18:52.162Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar 1b809760-f2c3-4ea3-b1fc-6077e7d62d11 82661
2022-03-27T08:18:52.163Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar ASDC sendASDCNotification
2022-03-27T08:18:52.163Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:52.163Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:18:52.163Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:52.165Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:52.165Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369132163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:18:52.266Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:52.267Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:52.267Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:52.287Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:52.288Z||pool-157-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:18:53.166Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:18:53.168Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:18:53.168Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Trying to write artifact UUID: 1b809760-f2c3-4ea3-b1fc-6077e7d62d11, URL: /sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar to file: /app/ASDC/1/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:53.168Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:53.169Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:53.169Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:53.367Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13749424276097540956/Definitions/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml
2022-03-27T08:18:54.468Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:18:54.468Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||####################################################################################################
2022-03-27T08:18:54.468Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.468Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:18:54.468Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b625fe35-86af 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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?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-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|WARN|500||####################################################################################################
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.469Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Node template pNF b625fe35-86af 0 is matching search criteria
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found topology templates [pNF b625fe35-86af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Node template pNF b625fe35-86af 0 is matching search criteria
2022-03-27T08:18:54.470Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found topology templates [pNF b625fe35-86af 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.471Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_48zBXGwKFLh5NHSmApMX
Description:catalog service description
Model UUID:8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5
Model Version:NULL
Model InvariantUuid:97f5a9bf-3010-4ae9-a68a-191ffc6d2a01
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:18:54.480Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: b7a30f6a-a46f-44f4-b264-d7579615e77d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:18:54.483Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||pNF b625fe35-86af 0
2022-03-27T08:18:54.483Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: b7a30f6a-a46f-44f4-b264-d7579615e77d
2022-03-27T08:18:54.483Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||No resources found for Service: 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5
2022-03-27T08:18:54.484Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Preparing to deploy Service: 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5
2022-03-27T08:18:54.484Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b625fe35-86af 0 b7a30f6a-a46f-44f4-b264-d7579615e77d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:18:54.488Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4176050f, org.onap.sdc.toscaparser.api.parameters.Input@72e00408, org.onap.sdc.toscaparser.api.parameters.Input@60a3e435, org.onap.sdc.toscaparser.api.parameters.Input@43620540, org.onap.sdc.toscaparser.api.parameters.Input@32cd2e5e]
2022-03-27T08:18:54.489Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.489Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500|| resourceSeq for service uuid 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5: pNF b625fe35-86af
2022-03-27T08:18:54.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Processing PNF resource: b7a30f6a-a46f-44f4-b264-d7579615e77d
2022-03-27T08:18:54.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:18:54.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Service Demo_pNF_48zBXGwKFLh5NHSmApMX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:18:54.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||Resource customization UUID: 5827dc48-7fb4-43b8-a6bd-2a27872fb807 is the same as notified resource customizationUUID: 5827dc48-7fb4-43b8-a6bd-2a27872fb807
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:18:54.523Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b625fe35-86af b7a30f6a-a46f-44f4-b264-d7579615e77d 0 ASDC deployResourceStructure
2022-03-27T08:18:54.524Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar ASDC sendASDCNotification
2022-03-27T08:18:54.524Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar
2022-03-27T08:18:54.524Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:18:54.524Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:18:54.527Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:18:54.527Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369134524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:18:54.627Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:18:54.628Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:18:54.628Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:54.641Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:54.641Z||pool-158-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:18:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:18:54.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:18:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:18:54.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:18:54.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:18:54.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49eb4cd0-ed9e-4023-bab0-f5f67779db94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369070850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:18:54.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:18:55.528Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:18:55.547Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:18:55.549Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:18:55.549Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:18:55.549Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:19:25.549Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:19:25.570Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:19:25.571Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:19:25.571Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:19:25.572Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:19:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:19:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:19:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:19:55.365Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:19:55.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/resourceInstances/pnf6d6d5e86e1830/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369071879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369084741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369086776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6z7zmqfitl8sn6mrz3iq/1.0/artifacts/service-DemoPnf6z7zmqfitl8sn6mrz3iq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369090438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369093744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369107096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369105371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "cds",
  "timestamp": 1648369106380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.394Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.394Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369101536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369109245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369100113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369110249,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369110475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.434Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369103446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369111506,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.435Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369112510,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.444Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.444Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369104722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369113787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369114791,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "policy-id",
  "timestamp": 1648369115795,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.466Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369120764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369114045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb486f53-7719-4ead-8de1-4bcf1073eda3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369121992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369122966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369122775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "clamp",
  "timestamp": 1648369123781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.487Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.487Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/resourceInstances/pnfb625fe3586af0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369129503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:19:55.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "aai-ml",
  "timestamp": 1648369130508,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.503Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of b04aab1e-a20b-47e4-b778-ae745ad89322
2022-03-27T08:19:55.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b04aab1e-a20b-47e4-b778-ae745ad89322 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:19:55.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369123019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369132163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369134524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf48zbxgwkflh5nhsmapmx/1.0/artifacts/service-DemoPnf48zbxgwkflh5nhsmapmx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:19:55.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:19:55.572Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.582Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.584Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:19:55.584Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:19:55.584Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:19:55.584Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:19:55.585Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:19:55.585Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:19:55.585Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:19:55.592Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:20:25.592Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: b04aab1e-a20b-47e4-b778-ae745ad89322 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:20:25.598Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b04aab1e-a20b-47e4-b778-ae745ad89322 and serviceModelVersionId: 8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5
2022-03-27T08:20:25.599Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97f5a9bf-3010-4ae9-a68a-191ffc6d2a01
2022-03-27T08:20:25.600Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0
2022-03-27T08:20:25.605Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:20:25.652Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93667654-43f6-44aa-85cb-19ea5e410936/model-vers/model-ver/ee756aee-32eb-4e73-a159-faa68da03702?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:20:25.654Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Invoke
2022-03-27T08:20:27.188Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:20:27.192Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Invoke
2022-03-27T08:20:28.731Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:20:28.732Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Invoke
2022-03-27T08:20:29.757Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:20:29.758Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:20:29.759Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:20:29.759Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:20:29.763Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:20:29.764Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b04aab1e-a20b-47e4-b778-ae745ad89322 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:20:29.764Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:20:29.764Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:20:29.767Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:20:29.767Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||try to send status {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369229764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:20:29.868Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:20:29.869Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:20:29.869Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:20:29.897Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:20:29.898Z||pool-159-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:20:30.779Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:20:30.780Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:20:30.780Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:20:40.363Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:20:40.364Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:20:40.364Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:20:40.364Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:20:49.917Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:20:49.920Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:20:49.926Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:20:49.931Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:20:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:20:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:20:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:20:55.451Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:20:55.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:20:55.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b04aab1e-a20b-47e4-b778-ae745ad89322",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369229764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:20:55.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:20:59.493Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:20:59.494Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:20:59.495Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:20:59.495Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:09.033Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:09.034Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:09.034Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:09.035Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:18.577Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:18.578Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:18.578Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:18.579Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:28.131Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:28.131Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:28.132Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:28.132Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:37.680Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:37.681Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:37.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:37.682Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:47.237Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:47.238Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:47.238Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:47.239Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:21:56.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:21:56.780Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:21:56.781Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:21:56.781Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:22:04.375Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:22:06.327Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:22:06.332Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:22:06.332Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:22:06.333Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:22:15.885Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:22:15.886Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:22:15.886Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:22:15.887Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:22:25.435Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:22:54.804Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:22:54.805Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:22:54.805Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:22:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:22:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:22:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:04.402Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:04.402Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:54.804Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:23:54.808Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:23:54.808Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:23:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:23:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:55.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:55.128Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.128Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.132Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.133Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369420438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369421536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369423440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369423744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369424722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369435851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369434102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369435871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:23:55.140Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:23:55.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369433558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:23:55.141Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:23:55.451Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:55.452Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||received message from topic
2022-03-27T08:23:55.452Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"fc3ae4c0-449d-4311-b596-249a5b1625d3","serviceName":"vFW 2022-03-27 08-21-03","serviceVersion":"1.0","serviceUUID":"a51ee340-0621-4cb3-9086-f3da5ffa358e","serviceDescription":"catalog service description","serviceInvariantUUID":"610e5229-07c7-4df1-8737-d890b4fd0c73","resources":[{"resourceInstanceName":"vFW 4ec3d8db-c5a2 0","resourceName":"vFW 4ec3d8db-c5a2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3dcd84b6-744d-4b66-bb72-1be92ffb0e98","resourceInvariantUUID":"b463ef96-1d75-4966-ab68-a8b08773599d","resourceCustomizationUUID":"a90091aa-3193-4ccd-a9d2-81c01bb7b238","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml","artifactChecksum":"NzgxYmQ5YTM5ZjVmNGZjMDI5Y2IxYzEwMGQ5NDAyNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1e95f4e-a441-44d2-82bd-9211b126dda9","artifactVersion":"1"},{"artifactName":"vfw4ec3d8dbc5a20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json","artifactChecksum":"MDQwNzQ0ZjQ0NmIyMTEwYWYxYzBjOTg5OTJiZWQ1ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41130f94-22d9-41e3-af88-c90608ed7858","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b51e390d-7559-4a10-87d1-b32f296364f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml","artifactChecksum":"OGE3YmYwNTQ5MGVkMTQzMmYyZTNkZmZkYTc0NzI4MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c0509e52-ad10-4ce4-91be-5bb4cefc1f8d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dbfe3d77-0170-4a50-9fda-07ee7b925491","artifactVersion":"2","generatedFromUUID":"b51e390d-7559-4a10-87d1-b32f296364f0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327082103-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml","artifactChecksum":"ZWQ0ZjYzZDk4NzFlNmQyMDhlNGMyMWJkYmQ4Zjg0NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5b358aa-da77-40c1-a446-6f1542cb8507","artifactVersion":"1"},{"artifactName":"service-Vfw20220327082103-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar","artifactChecksum":"NDYwOTVkY2ZkZGQyY2ExMTEzYTY2NTI1ZWQ0YjNlYjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7e80465-0f41-4486-988b-638c246bdfef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:23:55.454Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:23:55.454Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:23:55.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:23:55.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:55.557Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:23:55.558Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:23:55.558Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:55.574Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:55.575Z||pool-160-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:23:56.457Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:23:56.458Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:23:56.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:23:56.460Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:23:56.560Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:23:56.561Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:23:56.561Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:56.576Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:56.576Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:23:57.461Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:23:57.462Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:23:57.464Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:23:57.464Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:23:57.564Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:23:57.565Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:23:57.565Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:57.592Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:57.593Z||pool-162-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:23:58.465Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:23:58.466Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:23:58.468Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:23:58.468Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:23:58.568Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:23:58.569Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:23:58.569Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:58.590Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:58.590Z||pool-163-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:23:59.468Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:23:59.469Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:23:59.471Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:23:59.472Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:23:59.572Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:23:59.573Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:23:59.573Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:23:59.584Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:23:59.585Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:24:00.472Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:24:00.473Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:00.475Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:00.475Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:24:00.579Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-27T08:24:00.580Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:00.580Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:00.595Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:00.596Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:01.476Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:24:01.477Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:01.478Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:01.478Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:24:01.579Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:24:01.580Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:01.581Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:01.604Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:01.605Z||pool-166-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:24:02.480Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "serviceName": "vFW 2022-03-27 08-21-03",
  "serviceVersion": "1.0",
  "serviceUUID": "a51ee340-0621-4cb3-9086-f3da5ffa358e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "610e5229-07c7-4df1-8737-d890b4fd0c73",
  "resources": [
    {
      "resourceInstanceName": "vFW 4ec3d8db-c5a2 0",
      "resourceCustomizationUUID": "a90091aa-3193-4ccd-a9d2-81c01bb7b238",
      "resourceName": "vFW 4ec3d8db-c5a2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3dcd84b6-744d-4b66-bb72-1be92ffb0e98",
      "resourceInvariantUUID": "b463ef96-1d75-4966-ab68-a8b08773599d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4ec3d8dbc5a20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
          "artifactChecksum": "MDQwNzQ0ZjQ0NmIyMTEwYWYxYzBjOTg5OTJiZWQ1ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41130f94-22d9-41e3-af88-c90608ed7858",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b51e390d-7559-4a10-87d1-b32f296364f0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dbfe3d77-0170-4a50-9fda-07ee7b925491",
            "generatedFromUUID": "b51e390d-7559-4a10-87d1-b32f296364f0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dbfe3d77-0170-4a50-9fda-07ee7b925491",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327082103-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
      "artifactChecksum": "NDYwOTVkY2ZkZGQyY2ExMTEzYTY2NTI1ZWQ0YjNlYjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7e80465-0f41-4486-988b-638c246bdfef"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:24:02.480Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:24:02.480Z|1fa81022-5f78-4042-ad58-26fcbac2b9b7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a51ee340-0621-4cb3-9086-f3da5ffa358e ASDC
2022-03-27T08:24:02.481Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fc3ae4c0-449d-4311-b596-249a5b1625d3
ServiceName:vFW 2022-03-27 08-21-03
ServiceVersion:1.0
ServiceUUID:a51ee340-0621-4cb3-9086-f3da5ffa358e
ServiceInvariantUUID:610e5229-07c7-4df1-8737-d890b4fd0c73
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327082103-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar
ArtifactUUID:d7e80465-0f41-4486-988b-638c246bdfef
ArtifactChecksum:NDYwOTVkY2ZkZGQyY2ExMTEzYTY2NTI1ZWQ0YjNlYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4ec3d8db-c5a2 0
ResourceCustomizationUUID:a90091aa-3193-4ccd-a9d2-81c01bb7b238
ResourceInvariantUUID:b463ef96-1d75-4966-ab68-a8b08773599d
ResourceName:vFW 4ec3d8db-c5a2
ResourceType:VF
ResourceUUID:3dcd84b6-744d-4b66-bb72-1be92ffb0e98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4ec3d8dbc5a20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json
ArtifactUUID:41130f94-22d9-41e3-af88-c90608ed7858
ArtifactChecksum:MDQwNzQ0ZjQ0NmIyMTEwYWYxYzBjOTg5OTJiZWQ1ZTA=
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/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml
ArtifactUUID:b51e390d-7559-4a10-87d1-b32f296364f0
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/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
ArtifactUUID:dbfe3d77-0170-4a50-9fda-07ee7b925491
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/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
ArtifactUUID:dbfe3d77-0170-4a50-9fda-07ee7b925491
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:24:02.481Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a51ee340-0621-4cb3-9086-f3da5ffa358e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:24:02.511Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:24:02.511Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:24:02.512Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:24:02.512Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Trying to download the artifact UUID: d7e80465-0f41-4486-988b-638c246bdfef from URL: /sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:02.512Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:24:02.512Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:03.022Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:24:03.026Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar d7e80465-0f41-4486-988b-638c246bdfef 98944
2022-03-27T08:24:03.027Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar ASDC sendASDCNotification
2022-03-27T08:24:03.027Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:03.027Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:24:03.027Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:03.030Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:03.030Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369443027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:24:03.130Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:24:03.131Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:03.131Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:03.149Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:03.149Z||pool-167-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:04.031Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:24:04.033Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:24:04.033Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Trying to write artifact UUID: d7e80465-0f41-4486-988b-638c246bdfef, URL: /sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar to file: /app/ASDC/1/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:04.033Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327082103-csar.csar
2022-03-27T08:24:04.034Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:04.034Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:04.196Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5391517607878342570/Definitions/service-Vfw20220327082103-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-27T08:24:06.388Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||####################################################################################################
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4ec3d8db-c5a2 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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.389Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.390Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?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-Vfw20220327082103-csar.csar
2022-03-27T08:24:06.391Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|WARN|500||####################################################################################################
2022-03-27T08:24:06.391Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.391Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.391Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:06.391Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:24:06.392Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:24:06.392Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.392Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.392Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:06.393Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.394Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.395Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.396Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:06.397Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.398Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:06.398Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:06.398Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:06.399Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:24:06.399Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:24:06.400Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:24:06.400Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.400Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.400Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:24:06.401Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.401Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:24:06.401Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.401Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80d9cff7-3d4e-4c86-8eb7-c1551249254b
2022-03-27T08:24:06.402Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.402Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:06.402Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:06.403Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:06.403Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:24:06.403Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.403Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.403Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.404Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:24:06.404Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:24:06.404Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:24:06.404Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.404Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:24:06.405Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.405Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8277b5f-43e9-4b4f-950e-6b75446c3d59
2022-03-27T08:24:06.405Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.405Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:06.405Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:06.406Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:06.406Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:24:06.406Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.406Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.406Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.407Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:24:06.407Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:24:06.407Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fbe3ef9e-a97f-4144-bb83-7cbce2905bfe
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.408Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:06.409Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:06.410Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-21-03
Description:catalog service description
Model UUID:a51ee340-0621-4cb3-9086-f3da5ffa358e
Model Version:NULL
Model InvariantUuid:610e5229-07c7-4df1-8737-d890b4fd0c73
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4ec3d8db-c5a2
Model UUID:6d3d397e-3255-446b-b0e3-bfdc38dac022
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b463ef96-1d75-4966-ab68-a8b08773599d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a90091aa-3193-4ccd-a9d2-81c01bb7b238
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c3ea4b63-6c01-42e2-a5cf-9b5114d93806
ModelName:Vfw4ec3d8dbC5a2..base_vfw..module-0
ModelUuid:67243ad8-18ca-4b03-9456-d493a209ff26
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:80d9cff7-3d4e-4c86-8eb7-c1551249254b
ModelInvariantUuid:78874460-df9f-4e5d-a19c-9c6b35664046
ModelName:vFW 4ec3d8db-c5a2-nodes.vfwCvfc
ModelUuid:f603f471-2a87-4af9-9d11-8a4bd4191e3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:97fe8c7e-464b-4b08-9f37-d7bd982259cd
ModelInvariantUuid:e202e441-a40c-4ffa-a0f2-62c34fee9c3e
ModelName:Vfw4ec3d8dbC5a2.compute.nodes.heat.vfw
ModelUuid:4294f3bc-f529-449d-9401-68cdf9cff6a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b8277b5f-43e9-4b4f-950e-6b75446c3d59
ModelInvariantUuid:be5d929d-db82-4650-8dc9-f1162e4a40de
ModelName:vFW 4ec3d8db-c5a2-nodes.vsnCvfc
ModelUuid:9068b272-7f87-4b18-990a-d009ad336872
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1494b914-a2bd-4cb7-98ee-bbec081b3b76
ModelInvariantUuid:fe502786-cd9b-4a9d-8aef-43c92f388460
ModelName:Vfw4ec3d8dbC5a2.compute.nodes.heat.vsn
ModelUuid:6389373b-b82d-47a7-9728-cc327155b1a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fbe3ef9e-a97f-4144-bb83-7cbce2905bfe
ModelInvariantUuid:349e5040-7b9f-4f3c-8dfa-3702d97b07ef
ModelName:vFW 4ec3d8db-c5a2-nodes.vpgCvfc
ModelUuid:dbe7ed24-45f9-45cb-a0e5-f229eac19dcf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:32aa88e4-74c7-41e7-a16c-d6d081708cf3
ModelInvariantUuid:c27691d8-c13b-470c-b94c-31a00bc47d8c
ModelName:Vfw4ec3d8dbC5a2.compute.nodes.heat.vpg
ModelUuid:73f3ba91-cdc5-494a-a51d-dfac449ef4f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:24:06.417Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 3dcd84b6-744d-4b66-bb72-1be92ffb0e98
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:24:06.421Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||vFW 4ec3d8db-c5a2 0
2022-03-27T08:24:06.421Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 3dcd84b6-744d-4b66-bb72-1be92ffb0e98
2022-03-27T08:24:06.421Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Trying to download the artifact UUID: 41130f94-22d9-41e3-af88-c90608ed7858 from URL: /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json
2022-03-27T08:24:06.421Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:24:06.422Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json
2022-03-27T08:24:06.729Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:24:06.729Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json 41130f94-22d9-41e3-af88-c90608ed7858 785
2022-03-27T08:24:06.730Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json ASDC sendASDCNotification
2022-03-27T08:24:06.730Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json
2022-03-27T08:24:06.730Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:24:06.730Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:06.733Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:06.733Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369446730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:24:06.833Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:24:06.834Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:06.834Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:06.847Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:06.848Z||pool-168-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:07.735Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4ec3d8dbC5a2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c3ea4b63-6c01-42e2-a5cf-9b5114d93806",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67243ad8-18ca-4b03-9456-d493a209ff26",
    "vfModuleModelCustomizationUUID": "b4a0f42f-def5-4e28-ba22-4ff1531a94ec",
    "isBase": true,
    "artifacts": [
      "b51e390d-7559-4a10-87d1-b32f296364f0",
      "dbfe3d77-0170-4a50-9fda-07ee7b925491"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:24:07.743Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4ec3d8dbC5a2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67243ad8-18ca-4b03-9456-d493a209ff26
VfModuleModelInvariantUUID:c3ea4b63-6c01-42e2-a5cf-9b5114d93806
VfModuleModelDescription:NULL
Artifacts UUID List:{
b51e390d-7559-4a10-87d1-b32f296364f0
,
dbfe3d77-0170-4a50-9fda-07ee7b925491

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

isBase:true


}

2022-03-27T08:24:07.748Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4ec3d8dbC5a2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c3ea4b63-6c01-42e2-a5cf-9b5114d93806",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "67243ad8-18ca-4b03-9456-d493a209ff26",
    "vfModuleModelCustomizationUUID": "b4a0f42f-def5-4e28-ba22-4ff1531a94ec",
    "isBase": true,
    "artifacts": [
      "b51e390d-7559-4a10-87d1-b32f296364f0",
      "dbfe3d77-0170-4a50-9fda-07ee7b925491"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:24:07.749Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4ec3d8dbC5a2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:67243ad8-18ca-4b03-9456-d493a209ff26
VfModuleModelInvariantUUID:c3ea4b63-6c01-42e2-a5cf-9b5114d93806
VfModuleModelDescription:NULL
Artifacts UUID List:{
b51e390d-7559-4a10-87d1-b32f296364f0
,
dbfe3d77-0170-4a50-9fda-07ee7b925491

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

isBase:true


}

2022-03-27T08:24:07.749Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Trying to download the artifact UUID: b51e390d-7559-4a10-87d1-b32f296364f0 from URL: /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml
2022-03-27T08:24:07.749Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:24:07.749Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml
2022-03-27T08:24:08.230Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:24:08.231Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml b51e390d-7559-4a10-87d1-b32f296364f0 20368
2022-03-27T08:24:08.231Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:24:08.232Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml
2022-03-27T08:24:08.232Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:24:08.232Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:08.235Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:08.236Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369448231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:24:08.336Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:24:08.337Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:08.338Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:08.353Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:08.354Z||pool-169-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:09.236Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Trying to download the artifact UUID: dbfe3d77-0170-4a50-9fda-07ee7b925491 from URL: /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
2022-03-27T08:24:09.237Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:24:09.237Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
2022-03-27T08:24:09.529Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:24:09.530Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env dbfe3d77-0170-4a50-9fda-07ee7b925491 2098
2022-03-27T08:24:09.530Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:24:09.530Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
2022-03-27T08:24:09.530Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:24:09.531Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:09.534Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:09.534Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369449530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:24:09.634Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:24:09.635Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:09.635Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:09.649Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:09.650Z||pool-170-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:24:10.535Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Preparing to deploy Service: a51ee340-0621-4cb3-9086-f3da5ffa358e
2022-03-27T08:24:10.540Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4ec3d8db-c5a2 0 3dcd84b6-744d-4b66-bb72-1be92ffb0e98 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:24:10.557Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66c6dd52, org.onap.sdc.toscaparser.api.parameters.Input@43f904b0, org.onap.sdc.toscaparser.api.parameters.Input@4d715df6, org.onap.sdc.toscaparser.api.parameters.Input@1beca47d, org.onap.sdc.toscaparser.api.parameters.Input@4b90d61f]
2022-03-27T08:24:10.560Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.560Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.561Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:24:10.561Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||VFCustomizationUUID= a90091aa-3193-4ccd-a9d2-81c01bb7b238
2022-03-27T08:24:10.561Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a90091aa-3193-4ccd-a9d2-81c01bb7b238 matches Tosca VF Customization UUID: a90091aa-3193-4ccd-a9d2-81c01bb7b238
2022-03-27T08:24:10.561Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||vfCustomizationUUID: a90091aa-3193-4ccd-a9d2-81c01bb7b238  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:24:10.564Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.564Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.565Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||resource request for resource customization id a90091aa-3193-4ccd-a9d2-81c01bb7b238: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:24:10.565Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@792f7f98
2022-03-27T08:24:10.566Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.566Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:24:10.566Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4a0f42f-def5-4e28-ba22-4ff1531a94ec
2022-03-27T08:24:10.567Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4a0f42f-def5-4e28-ba22-4ff1531a94ec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:24:10.569Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.570Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.570Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:10.571Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.571Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.571Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:10.572Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.572Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:10.573Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:10.573Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:10.573Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:24:10.574Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:24:10.574Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:24:10.575Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.575Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.575Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:24:10.576Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.576Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:24:10.576Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.577Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=80d9cff7-3d4e-4c86-8eb7-c1551249254b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:24:10.580Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.580Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.581Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:10.581Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.581Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:10.582Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:10.582Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:10.583Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:24:10.583Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.583Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.583Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.584Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:24:10.584Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:24:10.584Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:24:10.585Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.585Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:24:10.585Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.585Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8277b5f-43e9-4b4f-950e-6b75446c3d59
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:24:10.588Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.588Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.589Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:10.589Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.589Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is not matching search criteria
2022-03-27T08:24:10.590Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:24:10.590Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:24:10.590Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:24:10.591Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.591Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.591Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.592Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:24:10.592Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:24:10.592Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:24:10.593Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:24:10.593Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:24:10.593Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:24:10.594Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fbe3ef9e-a97f-4144-bb83-7cbce2905bfe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:24:10.596Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.597Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.597Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:24:10.597Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.597Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Node template vFW 4ec3d8db-c5a2 0 is matching search criteria
2022-03-27T08:24:10.598Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found topology templates [vFW 4ec3d8db-c5a2 0] matching following query criteria: sdcType=VF, customizationUUID=a90091aa-3193-4ccd-a9d2-81c01bb7b238
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:24:10.600Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.601Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.601Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500|| resourceSeq for service uuid a51ee340-0621-4cb3-9086-f3da5ffa358e: vFW 4ec3d8db-c5a2
2022-03-27T08:24:10.601Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.602Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.602Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.602Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.603Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.603Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.603Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.604Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.604Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:24:10.604Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Service vFW 2022-03-27 08-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:24:10.605Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||Saving Service: vFW 2022-03-27 08-21-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-03-27T08:24:10.803Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4ec3d8db-c5a2 3dcd84b6-744d-4b66-bb72-1be92ffb0e98 1 ASDC deployResourceStructure
2022-03-27T08:24:10.804Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json ASDC sendASDCNotification
2022-03-27T08:24:10.804Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json
2022-03-27T08:24:10.805Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:24:10.805Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:10.808Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:10.808Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369450804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:24:10.908Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:24:10.909Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:10.910Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:10.928Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:10.928Z||pool-171-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:11.811Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:24:11.811Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml
2022-03-27T08:24:11.812Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:24:11.812Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:11.815Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:11.815Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369451811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:24:11.914Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T08:24:11.923Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:11.924Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:11.950Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:11.951Z||pool-172-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:24:12.816Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:24:12.817Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env
2022-03-27T08:24:12.819Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:24:12.819Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:12.821Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:12.821Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369452816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:24:12.923Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-27T08:24:12.924Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:12.924Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:12.937Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:12.938Z||pool-173-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:13.821Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar ASDC sendASDCNotification
2022-03-27T08:24:13.822Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar
2022-03-27T08:24:13.822Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:24:13.822Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:24:13.824Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:24:13.824Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369453821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:24:13.925Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:24:13.927Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:24:13.927Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:13.940Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:13.941Z||pool-174-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:24:14.830Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:24:14.846Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:24:14.848Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:24:14.849Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:24:14.849Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:24:44.849Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:24:44.862Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:24:44.864Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:24:44.864Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:24:44.864Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:24:54.819Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:24:54.820Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:24:54.820Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:24:54.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:24:54.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:24:54.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:24:54.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:25:14.865Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:25:14.878Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:25:14.880Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:25:14.881Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:25:14.881Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:25:44.881Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:25:44.895Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:25:44.897Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:25:44.898Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:25:44.898Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:25:54.818Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:25:54.820Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:25:54.820Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:25:54.882Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:25:54.883Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:25:54.883Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369434563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:25:54.884Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:14.898Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:26:14.918Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:26:14.921Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:26:14.921Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:26:14.921Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:26:44.921Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:26:44.942Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:26:44.944Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:26:44.944Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:26:44.944Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:26:54.818Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:26:54.819Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:26:54.819Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:26:55.369Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:26:55.371Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.371Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "cds",
  "timestamp": 1648369435109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.378Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.378Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369437020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.391Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.392Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.392Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.392Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.392Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "policy-id",
  "timestamp": 1648369435566,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.397Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.397Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369438289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.405Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369430113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.406Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369439349,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.411Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369439783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.423Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369440354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.424Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.424Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.424Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369440788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.432Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.432Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:26:55.441Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.442Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.442Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.442Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.442Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369434804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369443027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.443Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.444Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.445Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.445Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.445Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.445Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.445Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369446730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369447822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.446Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369448231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369449530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.447Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369449835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369444045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369450804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/vfw4ec3d8dbc5a20_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.448Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "clamp",
  "timestamp": 1648369450839,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.453Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.454Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:26:55.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369451811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.462Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369452144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369452816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/resourceInstances/vfw4ec3d8dbc5a20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369453821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369463718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327082103/1.0/artifacts/service-Vfw20220327082103-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:26:55.464Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "aai-ml",
  "timestamp": 1648369464724,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:26:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fc3ae4c0-449d-4311-b596-249a5b1625d3
2022-03-27T08:26:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId fc3ae4c0-449d-4311-b596-249a5b1625d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:14.945Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:27:14.961Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:27:14.964Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:27:14.964Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:27:14.964Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:27:14.965Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:27:14.965Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:27:14.965Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:14.971Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:27:44.971Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fc3ae4c0-449d-4311-b596-249a5b1625d3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:27:44.981Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc3ae4c0-449d-4311-b596-249a5b1625d3 and serviceModelVersionId: a51ee340-0621-4cb3-9086-f3da5ffa358e
2022-03-27T08:27:44.982Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 610e5229-07c7-4df1-8737-d890b4fd0c73
2022-03-27T08:27:44.983Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0
2022-03-27T08:27:44.991Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/942e2457-e0bb-4547-bddb-b9acaa7fe971/model-vers/model-ver/c81896b3-48a4-4c71-99b7-d2433914d4d7?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:27:45.085Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Invoke
2022-03-27T08:27:45.086Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62fa52cd-0128-48dd-a0d3-c772503b0e0c], X-ECOMP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-TransactionId=[], X-ONAP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], Content-Type=[application/merge-patch+json]}
2022-03-27T08:27:46.611Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Invoke
2022-03-27T08:27:46.612Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c651ea9f-4e42-440c-aad4-868bd300f9d7], X-ECOMP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-TransactionId=[], X-ONAP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], Content-Type=[application/merge-patch+json]}
2022-03-27T08:27:48.144Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Invoke
2022-03-27T08:27:48.145Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e12317cc-cb6c-4fd2-8ad1-00497be7640d], X-ECOMP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], X-TransactionId=[], X-ONAP-RequestID=[fc3ae4c0-449d-4311-b596-249a5b1625d3], Content-Type=[application/merge-patch+json]}
2022-03-27T08:27:49.177Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:27:49.178Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:27:49.179Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:27:49.179Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:27:49.186Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:27:49.187Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc3ae4c0-449d-4311-b596-249a5b1625d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:27:49.187Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:27:49.188Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:49.191Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:49.191Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369669187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:27:49.291Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:27:49.292Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:49.292Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:49.315Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:49.315Z||pool-175-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:27:50.203Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:27:50.204Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:27:50.204Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:54.606Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:54.608Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:54.608Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3250356b-4e3d-4338-9d2f-39396ae3db2a","serviceName":"Demo_pNF_ciGM3k8tDNkRFLxu8uPA","serviceVersion":"1.0","serviceUUID":"f98b90e9-624c-477f-8fa7-2ea0860a4917","serviceDescription":"catalog service description","serviceInvariantUUID":"37d0787f-4260-4a4c-80cb-7f871e5a4e90","resources":[{"resourceInstanceName":"pNF d0199621-fb2e 0","resourceName":"pNF d0199621-fb2e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d643a9f3-598c-4d95-8ff1-3cd79bbabf2e","resourceInvariantUUID":"b9006ac5-41c7-4913-adcd-707df6dc131f","resourceCustomizationUUID":"a453fb1f-c6c5-4f75-86c8-f37f127c0435","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml","artifactChecksum":"OWVmNjJhNGIwNTU4NzMzODcwODA5OTkzMjc4NWU0M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"390bedff-f1b8-47a1-b617-356188e3e7d2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1f80ec0-9829-4ddb-a387-6ce7009099a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc29e635-ad29-46f3-b777-e6d016b1c12e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml","artifactChecksum":"NmZiNzJmMjA5OTY5MDgwODQ0NzBjYzc4YTM5MTM2MTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9aa98746-f87d-4711-a012-273f29625900","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76f833bd-5646-43c2-b97c-43ee31512b56","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"46671f60-a192-43c6-8810-ca902fac0ecd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml","artifactChecksum":"ZDIxMjJiMjI2OTlhMGE3NWJkZTI0YWQ1MjZmNDlkNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"407fb0e5-5676-4844-95c3-7b636348809e","artifactVersion":"1"},{"artifactName":"service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar","artifactChecksum":"YWFkMjFiZDY2ODFhNjI5Mjk1MjkzODQ1NjYwZmZiOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2e5ea47-a306-4acf-8529-11d3a6d03abe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:27:54.610Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:54.610Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:54.613Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:54.613Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:54.713Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:27:54.714Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:54.714Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:54.729Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:54.730Z||pool-176-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:27:54.818Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:27:54.818Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:27:54.818Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:55.463Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:55.465Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.465Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.465Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.465Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.465Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.466Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.466Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.466Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.466Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.466Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.470Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369630438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.475Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369633744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369642300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369642856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369644643,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.479Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369643305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:27:55.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "cds",
  "timestamp": 1648369643863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.499Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.500Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.512Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.512Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.512Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.513Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "policy-id",
  "timestamp": 1648369644308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:55.518Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.518Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.526Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.526Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.526Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369646852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.527Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.528Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.528Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.528Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.528Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.529Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.529Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.529Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.529Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648369647857,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:55.535Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.535Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.544Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.545Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369641536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.546Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369640113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369650608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648369643440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.547Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.548Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369651639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:27:55.548Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.548Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.548Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648369652644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:55.554Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.554Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.562Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.562Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.562Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.562Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.562Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369656858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.563Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.564Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369658867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.565Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "clamp",
  "timestamp": 1648369659871,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:55.570Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.571Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.580Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.581Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.581Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.581Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.581Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369654045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:27:55.581Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.582Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.582Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369663140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:27:55.582Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.582Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.582Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "fc3ae4c0-449d-4311-b596-249a5b1625d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369669187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369669542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.583Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "aai-ml",
  "timestamp": 1648369670547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:27:55.589Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3250356b-4e3d-4338-9d2f-39396ae3db2a
2022-03-27T08:27:55.589Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3250356b-4e3d-4338-9d2f-39396ae3db2a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:27:55.598Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:27:55.598Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.598Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:27:55.613Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:55.614Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:55.616Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:55.616Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:55.716Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:27:55.717Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:55.717Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:55.731Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:55.732Z||pool-177-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:27:56.617Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:56.617Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:56.620Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:56.620Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:56.721Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:27:56.722Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:56.722Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:56.745Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:56.745Z||pool-178-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:27:57.621Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:57.622Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:57.631Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:57.631Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:57.725Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-27T08:27:57.726Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:57.726Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:57.753Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:57.754Z||pool-179-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:27:58.632Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:58.633Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:58.637Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:58.638Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:58.739Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:27:58.740Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:58.740Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:58.757Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:58.757Z||pool-180-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:27:59.638Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:27:59.639Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:27:59.641Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:27:59.641Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:27:59.742Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:27:59.743Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:27:59.743Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:27:59.761Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:27:59.762Z||pool-181-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:28:00.642Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:28:00.643Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:28:00.645Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:28:00.645Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:28:00.746Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:28:00.746Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:28:00.746Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:00.762Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:00.762Z||pool-182-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:28:01.646Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:28:01.647Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:28:01.651Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:28:01.651Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:28:01.750Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:28:01.751Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:28:01.751Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:01.763Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:01.764Z||pool-183-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:28:02.652Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "serviceName": "Demo_pNF_ciGM3k8tDNkRFLxu8uPA",
  "serviceVersion": "1.0",
  "serviceUUID": "f98b90e9-624c-477f-8fa7-2ea0860a4917",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "37d0787f-4260-4a4c-80cb-7f871e5a4e90",
  "resources": [
    {
      "resourceInstanceName": "pNF d0199621-fb2e 0",
      "resourceCustomizationUUID": "a453fb1f-c6c5-4f75-86c8-f37f127c0435",
      "resourceName": "pNF d0199621-fb2e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d643a9f3-598c-4d95-8ff1-3cd79bbabf2e",
      "resourceInvariantUUID": "b9006ac5-41c7-4913-adcd-707df6dc131f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
      "artifactChecksum": "YWFkMjFiZDY2ODFhNjI5Mjk1MjkzODQ1NjYwZmZiOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2e5ea47-a306-4acf-8529-11d3a6d03abe"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:28:02.654Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:28:02.654Z|fc3ae4c0-449d-4311-b596-249a5b1625d3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f98b90e9-624c-477f-8fa7-2ea0860a4917 ASDC
2022-03-27T08:28:02.655Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3250356b-4e3d-4338-9d2f-39396ae3db2a
ServiceName:Demo_pNF_ciGM3k8tDNkRFLxu8uPA
ServiceVersion:1.0
ServiceUUID:f98b90e9-624c-477f-8fa7-2ea0860a4917
ServiceInvariantUUID:37d0787f-4260-4a4c-80cb-7f871e5a4e90
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
ArtifactUUID:f2e5ea47-a306-4acf-8529-11d3a6d03abe
ArtifactChecksum:YWFkMjFiZDY2ODFhNjI5Mjk1MjkzODQ1NjYwZmZiOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0199621-fb2e 0
ResourceCustomizationUUID:a453fb1f-c6c5-4f75-86c8-f37f127c0435
ResourceInvariantUUID:b9006ac5-41c7-4913-adcd-707df6dc131f
ResourceName:pNF d0199621-fb2e
ResourceType:PNF
ResourceUUID:d643a9f3-598c-4d95-8ff1-3cd79bbabf2e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:28:02.655Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f98b90e9-624c-477f-8fa7-2ea0860a4917 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:28:02.701Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:28:02.702Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:28:02.703Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:28:02.703Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Trying to download the artifact UUID: f2e5ea47-a306-4acf-8529-11d3a6d03abe from URL: /sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:02.703Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:28:02.703Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:03.034Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:28:03.038Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar f2e5ea47-a306-4acf-8529-11d3a6d03abe 82644
2022-03-27T08:28:03.039Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar ASDC sendASDCNotification
2022-03-27T08:28:03.039Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:03.039Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:28:03.040Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:28:03.042Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:28:03.042Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369683039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:28:03.142Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:28:03.143Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:28:03.143Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:03.154Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:03.154Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:28:04.043Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:28:04.044Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:28:04.044Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Trying to write artifact UUID: f2e5ea47-a306-4acf-8529-11d3a6d03abe, URL: /sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar to file: /app/ASDC/1/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:04.044Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:04.045Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:04.045Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:04.227Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP712155873601877871/Definitions/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml
2022-03-27T08:28:05.289Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:28:05.289Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||####################################################################################################
2022-03-27T08:28:05.289Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.289Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0199621-fb2e 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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.290Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?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-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|WARN|500||####################################################################################################
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Node template pNF d0199621-fb2e 0 is matching search criteria
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:28:05.291Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Found topology templates [pNF d0199621-fb2e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Node template pNF d0199621-fb2e 0 is matching search criteria
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Found topology templates [pNF d0199621-fb2e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.292Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.293Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.293Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.293Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.293Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.293Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.294Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.294Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.294Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.294Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ciGM3k8tDNkRFLxu8uPA
Description:catalog service description
Model UUID:f98b90e9-624c-477f-8fa7-2ea0860a4917
Model Version:NULL
Model InvariantUuid:37d0787f-4260-4a4c-80cb-7f871e5a4e90
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:28:05.304Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: d643a9f3-598c-4d95-8ff1-3cd79bbabf2e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:28:05.307Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||pNF d0199621-fb2e 0
2022-03-27T08:28:05.307Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: d643a9f3-598c-4d95-8ff1-3cd79bbabf2e
2022-03-27T08:28:05.308Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||No resources found for Service: f98b90e9-624c-477f-8fa7-2ea0860a4917
2022-03-27T08:28:05.308Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Preparing to deploy Service: f98b90e9-624c-477f-8fa7-2ea0860a4917
2022-03-27T08:28:05.308Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d0199621-fb2e 0 d643a9f3-598c-4d95-8ff1-3cd79bbabf2e ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:28:05.312Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1203a7d4, org.onap.sdc.toscaparser.api.parameters.Input@126842a3, org.onap.sdc.toscaparser.api.parameters.Input@3d26cbaa, org.onap.sdc.toscaparser.api.parameters.Input@3ac9bba4, org.onap.sdc.toscaparser.api.parameters.Input@35fb962e]
2022-03-27T08:28:05.313Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.313Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.313Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500|| resourceSeq for service uuid f98b90e9-624c-477f-8fa7-2ea0860a4917: pNF d0199621-fb2e
2022-03-27T08:28:05.313Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Processing PNF resource: d643a9f3-598c-4d95-8ff1-3cd79bbabf2e
2022-03-27T08:28:05.314Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:28:05.314Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Service Demo_pNF_ciGM3k8tDNkRFLxu8uPA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:28:05.314Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||Resource customization UUID: a453fb1f-c6c5-4f75-86c8-f37f127c0435 is the same as notified resource customizationUUID: a453fb1f-c6c5-4f75-86c8-f37f127c0435
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:28:05.354Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d0199621-fb2e d643a9f3-598c-4d95-8ff1-3cd79bbabf2e 0 ASDC deployResourceStructure
2022-03-27T08:28:05.354Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar ASDC sendASDCNotification
2022-03-27T08:28:05.354Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar
2022-03-27T08:28:05.355Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:28:05.355Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:28:05.357Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:28:05.357Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369685354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:28:05.457Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:28:05.459Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:28:05.459Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:05.475Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:05.476Z||pool-185-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:28:06.357Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3250356b-4e3d-4338-9d2f-39396ae3db2a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:28:06.370Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3250356b-4e3d-4338-9d2f-39396ae3db2a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:28:06.373Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:28:06.374Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:28:06.374Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:28:06.374Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:28:06.374Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:28:06.374Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:28:06.375Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:28:06.380Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:28:36.381Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3250356b-4e3d-4338-9d2f-39396ae3db2a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:28:36.389Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3250356b-4e3d-4338-9d2f-39396ae3db2a and serviceModelVersionId: f98b90e9-624c-477f-8fa7-2ea0860a4917
2022-03-27T08:28:36.389Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37d0787f-4260-4a4c-80cb-7f871e5a4e90
2022-03-27T08:28:36.391Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0
2022-03-27T08:28:36.399Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/610e5229-07c7-4df1-8737-d890b4fd0c73/model-vers/model-ver/a51ee340-0621-4cb3-9086-f3da5ffa358e?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:28:36.462Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Invoke
2022-03-27T08:28:36.463Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a9a895a-a3b7-49b2-8fac-025d924412ef], X-ECOMP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-TransactionId=[], X-ONAP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], Content-Type=[application/merge-patch+json]}
2022-03-27T08:28:38.004Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Invoke
2022-03-27T08:28:38.004Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d497e86-78c9-4564-981e-3899dbffbbc7], X-ECOMP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-TransactionId=[], X-ONAP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], Content-Type=[application/merge-patch+json]}
2022-03-27T08:28:39.541Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Invoke
2022-03-27T08:28:39.541Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7202a78-9e3f-49b2-a772-6be5cd86f461], X-ECOMP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], X-TransactionId=[], X-ONAP-RequestID=[3250356b-4e3d-4338-9d2f-39396ae3db2a], Content-Type=[application/merge-patch+json]}
2022-03-27T08:28:40.575Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:28:40.576Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:28:40.577Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:28:40.577Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:28:40.584Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:28:40.584Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3250356b-4e3d-4338-9d2f-39396ae3db2a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:28:40.585Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:28:40.585Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:28:40.587Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:28:40.588Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369720584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:28:40.688Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:28:40.689Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:28:40.689Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:40.708Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:40.709Z||pool-186-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:28:41.602Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:28:41.603Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:28:41.603Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:51.170Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:51.171Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:28:51.171Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:28:51.171Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:28:54.819Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:28:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:28:54.951Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:28:54.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:28:54.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:28:54.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:00.717Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:29:00.718Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:29:00.719Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:29:00.719Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:29:10.282Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:29:10.283Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:29:10.284Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:29:10.284Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:29:19.832Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:29:54.804Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:29:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:29:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:29:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:29:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:29:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:29:55.396Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:29:55.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:29:55.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/resourceInstances/pnfd0199621fb2e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369670203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:29:55.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369683039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369685354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCigm3k8tdnkrflxu8upa/1.0/artifacts/service-DemoPnfCigm3k8tdnkrflxu8upa-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3250356b-4e3d-4338-9d2f-39396ae3db2a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648369720584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:29:55.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:30:04.422Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:30:54.804Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:30:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:30:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:30:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:30:54.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:30:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:31:04.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:31:04.421Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:31:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:31:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:31:54.806Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:31:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:31:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:31:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:32:04.360Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:32:04.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:32:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:32:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:32:54.806Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:32:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:32:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:32:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:33:04.368Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:33:04.389Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:33:54.804Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:33:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:33:54.805Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:33:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:33:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:33:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:04.357Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:04.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:54.806Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:34:54.809Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:34:54.809Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:54.818Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:34:54.818Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:34:54.819Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:55.319Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:55.321Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:34:55.321Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:34:55.324Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:34:55.324Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:34:55.324Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:34:55.325Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:34:55.325Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:34:55.325Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:34:55.326Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:34:55.326Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:34:55.326Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:34:55.326Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:34:55.453Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:55.454Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||received message from topic
2022-03-27T08:34:55.454Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e91b3ac0-6975-41d2-a87f-d16dd30c3334","serviceName":"vFW 2022-03-27 08-32-18","serviceVersion":"1.0","serviceUUID":"6bea1655-2132-49a6-87cd-645420a8d40b","serviceDescription":"catalog service description","serviceInvariantUUID":"ac8647da-38f9-488d-a498-63d9bca3f300","resources":[{"resourceInstanceName":"vFW 787c22b6-64f7 0","resourceName":"vFW 787c22b6-64f7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ebb78a5-54d2-4aee-959c-f31eaf2c4d24","resourceInvariantUUID":"48ac016e-4079-4a72-8f5f-1373be09a0ce","resourceCustomizationUUID":"cac3efa7-5a90-46b9-9a09-f94b60b50891","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml","artifactChecksum":"NDQ5MmZlZmZmMjcwNTA0NWZhZDEzZTZkNzhhNWRjYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7c6e2a4-370b-425a-bf4b-b9c0409197b5","artifactVersion":"1"},{"artifactName":"vfw787c22b664f70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json","artifactChecksum":"ZTc3YTVlODk3MGRjMDFhYmFlNTc5ZDU2MGRmMjA1ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a648c48-d275-4396-9012-13d6e4bf0656","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"682df9ad-36e0-4539-b471-6d18d2ec49da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml","artifactChecksum":"MTEzM2MzYTZiMTYyNGQ1YzJlMzUxN2RmOGE3ODNjZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f22a26d9-2d38-4a91-83a7-30a96d84e94f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f617626f-b343-4fac-95e6-61a0524e616d","artifactVersion":"2","generatedFromUUID":"682df9ad-36e0-4539-b471-6d18d2ec49da"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327083218-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml","artifactChecksum":"NDRiMTc2OWVmZTZiNDA1ZjM2Nzg5NWM5YjRkNDY2ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd1a697f-42a8-4242-a2bd-c70c249e462b","artifactVersion":"1"},{"artifactName":"service-Vfw20220327083218-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar","artifactChecksum":"ODMzNDkwZjQzZDc3NGE5YTFjMWJmYjUwN2RlNjMwZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"273455f1-d13f-49cb-a36d-8f0a1ef31061","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:34:55.459Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:34:55.460Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:34:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:34:55.467Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:34:55.567Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:34:55.568Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:34:55.568Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:55.583Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:55.584Z||pool-187-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:34:56.468Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:34:56.469Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:34:56.471Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:34:56.472Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:34:56.572Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:34:56.573Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:34:56.573Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:56.591Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:56.592Z||pool-188-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:34:57.473Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:34:57.474Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:34:57.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:34:57.476Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:34:57.576Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:34:57.578Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:34:57.578Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:57.590Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:57.590Z||pool-189-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:34:58.477Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:34:58.478Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:34:58.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:34:58.480Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:34:58.581Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:34:58.581Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:34:58.582Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:58.624Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:58.625Z||pool-190-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:34:59.481Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:34:59.482Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:34:59.485Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:34:59.485Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:34:59.585Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:34:59.586Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:34:59.586Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:34:59.598Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:34:59.599Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:35:00.486Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:35:00.486Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:00.488Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:00.489Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:35:00.589Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:35:00.590Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:00.590Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:00.603Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:00.604Z||pool-192-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:35:01.489Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:35:01.490Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:01.492Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:01.493Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:35:01.593Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:35:01.594Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:01.594Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:01.619Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:01.620Z||pool-193-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:02.495Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "serviceName": "vFW 2022-03-27 08-32-18",
  "serviceVersion": "1.0",
  "serviceUUID": "6bea1655-2132-49a6-87cd-645420a8d40b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ac8647da-38f9-488d-a498-63d9bca3f300",
  "resources": [
    {
      "resourceInstanceName": "vFW 787c22b6-64f7 0",
      "resourceCustomizationUUID": "cac3efa7-5a90-46b9-9a09-f94b60b50891",
      "resourceName": "vFW 787c22b6-64f7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6ebb78a5-54d2-4aee-959c-f31eaf2c4d24",
      "resourceInvariantUUID": "48ac016e-4079-4a72-8f5f-1373be09a0ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw787c22b664f70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
          "artifactChecksum": "ZTc3YTVlODk3MGRjMDFhYmFlNTc5ZDU2MGRmMjA1ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a648c48-d275-4396-9012-13d6e4bf0656",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "682df9ad-36e0-4539-b471-6d18d2ec49da",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f617626f-b343-4fac-95e6-61a0524e616d",
            "generatedFromUUID": "682df9ad-36e0-4539-b471-6d18d2ec49da"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f617626f-b343-4fac-95e6-61a0524e616d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327083218-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
      "artifactChecksum": "ODMzNDkwZjQzZDc3NGE5YTFjMWJmYjUwN2RlNjMwZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "273455f1-d13f-49cb-a36d-8f0a1ef31061"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:35:02.495Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:35:02.495Z|70cb03d6-bc95-48a1-b38e-8bdbe92f3ab7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6bea1655-2132-49a6-87cd-645420a8d40b ASDC
2022-03-27T08:35:02.496Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e91b3ac0-6975-41d2-a87f-d16dd30c3334
ServiceName:vFW 2022-03-27 08-32-18
ServiceVersion:1.0
ServiceUUID:6bea1655-2132-49a6-87cd-645420a8d40b
ServiceInvariantUUID:ac8647da-38f9-488d-a498-63d9bca3f300
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327083218-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar
ArtifactUUID:273455f1-d13f-49cb-a36d-8f0a1ef31061
ArtifactChecksum:ODMzNDkwZjQzZDc3NGE5YTFjMWJmYjUwN2RlNjMwZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 787c22b6-64f7 0
ResourceCustomizationUUID:cac3efa7-5a90-46b9-9a09-f94b60b50891
ResourceInvariantUUID:48ac016e-4079-4a72-8f5f-1373be09a0ce
ResourceName:vFW 787c22b6-64f7
ResourceType:VF
ResourceUUID:6ebb78a5-54d2-4aee-959c-f31eaf2c4d24
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw787c22b664f70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json
ArtifactUUID:0a648c48-d275-4396-9012-13d6e4bf0656
ArtifactChecksum:ZTc3YTVlODk3MGRjMDFhYmFlNTc5ZDU2MGRmMjA1ZWM=
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/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml
ArtifactUUID:682df9ad-36e0-4539-b471-6d18d2ec49da
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/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
ArtifactUUID:f617626f-b343-4fac-95e6-61a0524e616d
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/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
ArtifactUUID:f617626f-b343-4fac-95e6-61a0524e616d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:35:02.496Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bea1655-2132-49a6-87cd-645420a8d40b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:35:02.547Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:35:02.549Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:35:02.549Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:35:02.550Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Trying to download the artifact UUID: 273455f1-d13f-49cb-a36d-8f0a1ef31061 from URL: /sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:02.550Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:35:02.550Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:03.026Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:35:03.032Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar 273455f1-d13f-49cb-a36d-8f0a1ef31061 98951
2022-03-27T08:35:03.032Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar ASDC sendASDCNotification
2022-03-27T08:35:03.032Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:03.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:35:03.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:03.036Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:03.036Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370103032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:35:03.136Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:35:03.137Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:03.137Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:03.158Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:03.159Z||pool-194-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1}
2022-03-27T08:35:04.037Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:35:04.039Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:35:04.039Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Trying to write artifact UUID: 273455f1-d13f-49cb-a36d-8f0a1ef31061, URL: /sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar to file: /app/ASDC/1/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:04.040Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327083218-csar.csar
2022-03-27T08:35:04.040Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:04.041Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:04.380Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15319149050682153197/Definitions/service-Vfw20220327083218-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-27T08:35:06.773Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||####################################################################################################
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 787c22b6-64f7 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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.774Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.775Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.776Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?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-Vfw20220327083218-csar.csar
2022-03-27T08:35:06.776Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|WARN|500||####################################################################################################
2022-03-27T08:35:06.776Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.776Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.777Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:06.777Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:35:06.777Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:35:06.778Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.778Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.778Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:06.778Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:35:06.779Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:35:06.779Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.779Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:35:06.780Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:35:06.781Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.782Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:35:06.783Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.783Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:35:06.783Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.784Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:06.784Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:06.784Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.784Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:06.785Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:06.785Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.785Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:06.785Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:06.785Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:06.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:06.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:06.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:35:06.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:35:06.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:35:06.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:35:06.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.788Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:35:06.788Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.788Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daa74b20-2745-4efd-89ed-77ebf4fbf02b
2022-03-27T08:35:06.788Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.788Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.789Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:35:06.790Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.790Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:35:06.790Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:35:06.790Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.790Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:35:06.791Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.791Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4333110-6e4d-4445-86a9-6dcb4467fe31
2022-03-27T08:35:06.791Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.791Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.792Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:35:06.793Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.793Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:35:06.793Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:35:06.793Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:06.793Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:06.794Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:35:06.794Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13f0be40-4e3b-4169-8945-257b07b782f3
2022-03-27T08:35:06.794Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.794Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:06.795Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:06.796Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-32-18
Description:catalog service description
Model UUID:6bea1655-2132-49a6-87cd-645420a8d40b
Model Version:NULL
Model InvariantUuid:ac8647da-38f9-488d-a498-63d9bca3f300
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 787c22b6-64f7
Model UUID:0e8342ac-56be-47dd-bf1f-b9a140258de0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:48ac016e-4079-4a72-8f5f-1373be09a0ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cac3efa7-5a90-46b9-9a09-f94b60b50891
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:be4e8385-b713-4650-b34b-08a28b2f714e
ModelName:Vfw787c22b664f7..base_vfw..module-0
ModelUuid:03563a72-3fa4-4cd9-83f8-36cb1aaae5d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:daa74b20-2745-4efd-89ed-77ebf4fbf02b
ModelInvariantUuid:3935c8ed-6e26-45f1-8cf4-33570d18fda0
ModelName:vFW 787c22b6-64f7-nodes.vfwCvfc
ModelUuid:1dbdaf89-2e52-455f-8f1c-5b4339ff87a0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cd951d37-7cc7-4b0e-92b1-db4fa46aa606
ModelInvariantUuid:d59b70bb-5d48-4f07-8326-98cc0a570d53
ModelName:Vfw787c22b664f7.compute.nodes.heat.vfw
ModelUuid:b20fc158-e298-4de0-833d-6b4918d4bc16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c4333110-6e4d-4445-86a9-6dcb4467fe31
ModelInvariantUuid:02b7def3-2ea2-4beb-9878-1c654b6cf9f8
ModelName:vFW 787c22b6-64f7-nodes.vsnCvfc
ModelUuid:654265f6-684d-475a-bdfb-0617d8c02b37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:954679ee-0a6e-4913-a957-7c03d0c37ac2
ModelInvariantUuid:3bd6427d-24cb-442f-b18a-3a3d0c8fffd0
ModelName:Vfw787c22b664f7.compute.nodes.heat.vsn
ModelUuid:e7f60efe-ad27-4561-9c46-237b2e1bdb2e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13f0be40-4e3b-4169-8945-257b07b782f3
ModelInvariantUuid:60152c1f-4b2f-4434-a464-0368e621fbf8
ModelName:vFW 787c22b6-64f7-nodes.vpgCvfc
ModelUuid:fb624b09-c005-4f60-a54c-e98b40c5f096
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f74c6f4f-eea7-4dbc-95ea-a37172eb0273
ModelInvariantUuid:a8b62768-7129-4fb7-97a7-5809e565fba5
ModelName:Vfw787c22b664f7.compute.nodes.heat.vpg
ModelUuid:b2e3114c-bc83-408a-bda5-70e3634cfc47
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:35:06.806Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6ebb78a5-54d2-4aee-959c-f31eaf2c4d24
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:35:06.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||vFW 787c22b6-64f7 0
2022-03-27T08:35:06.813Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6ebb78a5-54d2-4aee-959c-f31eaf2c4d24
2022-03-27T08:35:06.813Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Trying to download the artifact UUID: 0a648c48-d275-4396-9012-13d6e4bf0656 from URL: /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json
2022-03-27T08:35:06.814Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:35:06.814Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json
2022-03-27T08:35:07.421Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:35:07.422Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json 0a648c48-d275-4396-9012-13d6e4bf0656 785
2022-03-27T08:35:07.422Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json ASDC sendASDCNotification
2022-03-27T08:35:07.423Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json
2022-03-27T08:35:07.423Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:35:07.423Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:07.430Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:07.430Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370107422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:35:07.525Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-27T08:35:07.526Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:07.526Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:07.550Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:07.551Z||pool-195-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:35:08.432Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw787c22b664f7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be4e8385-b713-4650-b34b-08a28b2f714e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03563a72-3fa4-4cd9-83f8-36cb1aaae5d9",
    "vfModuleModelCustomizationUUID": "5fc76577-0bf8-4bbf-b21a-2b01571d7a26",
    "isBase": true,
    "artifacts": [
      "682df9ad-36e0-4539-b471-6d18d2ec49da",
      "f617626f-b343-4fac-95e6-61a0524e616d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:35:08.441Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw787c22b664f7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03563a72-3fa4-4cd9-83f8-36cb1aaae5d9
VfModuleModelInvariantUUID:be4e8385-b713-4650-b34b-08a28b2f714e
VfModuleModelDescription:NULL
Artifacts UUID List:{
682df9ad-36e0-4539-b471-6d18d2ec49da
,
f617626f-b343-4fac-95e6-61a0524e616d

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

isBase:true


}

2022-03-27T08:35:08.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw787c22b664f7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "be4e8385-b713-4650-b34b-08a28b2f714e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03563a72-3fa4-4cd9-83f8-36cb1aaae5d9",
    "vfModuleModelCustomizationUUID": "5fc76577-0bf8-4bbf-b21a-2b01571d7a26",
    "isBase": true,
    "artifacts": [
      "682df9ad-36e0-4539-b471-6d18d2ec49da",
      "f617626f-b343-4fac-95e6-61a0524e616d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:35:08.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw787c22b664f7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03563a72-3fa4-4cd9-83f8-36cb1aaae5d9
VfModuleModelInvariantUUID:be4e8385-b713-4650-b34b-08a28b2f714e
VfModuleModelDescription:NULL
Artifacts UUID List:{
682df9ad-36e0-4539-b471-6d18d2ec49da
,
f617626f-b343-4fac-95e6-61a0524e616d

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

isBase:true


}

2022-03-27T08:35:08.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Trying to download the artifact UUID: 682df9ad-36e0-4539-b471-6d18d2ec49da from URL: /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml
2022-03-27T08:35:08.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:35:08.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml
2022-03-27T08:35:09.030Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:35:09.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml 682df9ad-36e0-4539-b471-6d18d2ec49da 20368
2022-03-27T08:35:09.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:35:09.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml
2022-03-27T08:35:09.033Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:35:09.034Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:09.036Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:09.036Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370109033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:35:09.143Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-27T08:35:09.144Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:09.144Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:09.160Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:09.160Z||pool-196-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:10.037Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Trying to download the artifact UUID: f617626f-b343-4fac-95e6-61a0524e616d from URL: /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
2022-03-27T08:35:10.037Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:35:10.037Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
2022-03-27T08:35:10.434Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:35:10.434Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env f617626f-b343-4fac-95e6-61a0524e616d 2098
2022-03-27T08:35:10.435Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:35:10.435Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
2022-03-27T08:35:10.435Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:35:10.435Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:10.437Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:10.437Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370110435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:35:10.537Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:35:10.538Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:10.538Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:10.551Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:10.551Z||pool-197-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:11.437Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Preparing to deploy Service: 6bea1655-2132-49a6-87cd-645420a8d40b
2022-03-27T08:35:11.438Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 787c22b6-64f7 0 6ebb78a5-54d2-4aee-959c-f31eaf2c4d24 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:35:11.460Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43be61c1, org.onap.sdc.toscaparser.api.parameters.Input@7a48f5fc, org.onap.sdc.toscaparser.api.parameters.Input@62ff7e9e, org.onap.sdc.toscaparser.api.parameters.Input@200008c4, org.onap.sdc.toscaparser.api.parameters.Input@1080d56c]
2022-03-27T08:35:11.462Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.463Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.463Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:35:11.463Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||VFCustomizationUUID= cac3efa7-5a90-46b9-9a09-f94b60b50891
2022-03-27T08:35:11.463Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cac3efa7-5a90-46b9-9a09-f94b60b50891 matches Tosca VF Customization UUID: cac3efa7-5a90-46b9-9a09-f94b60b50891
2022-03-27T08:35:11.463Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||vfCustomizationUUID: cac3efa7-5a90-46b9-9a09-f94b60b50891  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:35:11.466Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.467Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||resource request for resource customization id cac3efa7-5a90-46b9-9a09-f94b60b50891: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@142ecd4b
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5fc76577-0bf8-4bbf-b21a-2b01571d7a26
2022-03-27T08:35:11.468Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5fc76577-0bf8-4bbf-b21a-2b01571d7a26
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:35:11.471Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:11.472Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:11.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:11.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:11.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:35:11.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:35:11.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.475Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=daa74b20-2745-4efd-89ed-77ebf4fbf02b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:35:11.477Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.478Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.478Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:11.478Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.478Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:11.478Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:11.479Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:11.479Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:35:11.479Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.479Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.479Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:35:11.480Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.481Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4333110-6e4d-4445-86a9-6dcb4467fe31
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:35:11.484Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.484Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.484Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:11.484Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.484Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:35:11.485Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:35:11.486Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13f0be40-4e3b-4169-8945-257b07b782f3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:35:11.489Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.489Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.489Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:35:11.490Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.490Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Node template vFW 787c22b6-64f7 0 is matching search criteria
2022-03-27T08:35:11.490Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found topology templates [vFW 787c22b6-64f7 0] matching following query criteria: sdcType=VF, customizationUUID=cac3efa7-5a90-46b9-9a09-f94b60b50891
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:35:11.491Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500|| resourceSeq for service uuid 6bea1655-2132-49a6-87cd-645420a8d40b: vFW 787c22b6-64f7
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.492Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.493Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.493Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.493Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.493Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.494Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:35:11.494Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Service vFW 2022-03-27 08-32-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:35:11.494Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||Saving Service: vFW 2022-03-27 08-32-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-03-27T08:35:11.673Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 787c22b6-64f7 6ebb78a5-54d2-4aee-959c-f31eaf2c4d24 1 ASDC deployResourceStructure
2022-03-27T08:35:11.674Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json ASDC sendASDCNotification
2022-03-27T08:35:11.674Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json
2022-03-27T08:35:11.674Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:35:11.674Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:11.677Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:11.677Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370111674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:35:11.777Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:35:11.778Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:11.778Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:11.796Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:11.797Z||pool-198-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:12.678Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:35:12.678Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml
2022-03-27T08:35:12.679Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:35:12.679Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:12.681Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:12.681Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370112678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:35:12.781Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:35:12.782Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:12.782Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:12.796Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:12.797Z||pool-199-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:35:13.682Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:35:13.682Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env
2022-03-27T08:35:13.682Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:35:13.683Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:13.690Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:13.691Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370113682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:35:13.785Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-27T08:35:13.786Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:13.786Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:13.802Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:13.803Z||pool-200-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:14.692Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar ASDC sendASDCNotification
2022-03-27T08:35:14.693Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar
2022-03-27T08:35:14.696Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:35:14.696Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:35:14.698Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:35:14.698Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370114691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:35:14.798Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:35:14.799Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:35:14.799Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:14.813Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:14.813Z||pool-201-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:35:15.699Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:35:15.709Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:35:15.711Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:35:15.711Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:35:15.712Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:35:45.712Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:35:45.737Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:35:45.740Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:35:45.740Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:35:45.740Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:35:54.818Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:35:54.819Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:35:54.819Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:35:54.851Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:35:54.852Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:35:54.852Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:35:54.853Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:36:15.741Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:36:15.754Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:36:15.758Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:36:15.758Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:36:15.758Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:36:45.759Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:36:45.769Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:36:45.772Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:36:45.772Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:36:45.772Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:36:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:36:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:36:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:36:54.851Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:36:54.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:36:54.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:36:54.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:15.773Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:37:15.783Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:37:15.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:37:15.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:37:15.786Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:37:45.787Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:37:45.796Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:37:45.798Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:37:45.798Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:37:45.798Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:37:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:37:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:37:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:37:54.855Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:37:54.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370090113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370084722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370099824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370100829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370094806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370095438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "policy-id",
  "timestamp": 1648370101832,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.876Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.876Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:37:54.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.886Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370103032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.887Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370103530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "cds",
  "timestamp": 1648370104549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.894Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.894Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:37:54.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370101536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370106934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370107422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370103440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370109033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.909Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370111751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370109937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370110435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370104045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "clamp",
  "timestamp": 1648370110942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.917Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.917Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:37:54.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370113249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.926Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370111674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370112186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370112678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370114838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370113682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370115896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.934Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.935Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:37:54.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370114691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370116906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vfw787c22b664f70_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/resourceInstances/vfw787c22b664f70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:37:54.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370113744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370121866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370125857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370124572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327083218/1.0/artifacts/service-Vfw20220327083218-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370126862,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.950Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.950Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:37:54.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:37:54.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "aai-ml",
  "timestamp": 1648370125577,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:37:54.964Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e91b3ac0-6975-41d2-a87f-d16dd30c3334
2022-03-27T08:37:54.964Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e91b3ac0-6975-41d2-a87f-d16dd30c3334 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:15.799Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:38:15.809Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:38:15.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:38:15.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:38:15.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:38:15.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:38:15.812Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:38:15.813Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:15.825Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:38:45.831Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:38:45.860Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e91b3ac0-6975-41d2-a87f-d16dd30c3334 and serviceModelVersionId: 6bea1655-2132-49a6-87cd-645420a8d40b
2022-03-27T08:38:45.860Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac8647da-38f9-488d-a498-63d9bca3f300
2022-03-27T08:38:45.861Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0
2022-03-27T08:38:45.866Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:38:45.915Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2038cbdf-d518-46df-b545-4b04fb684747/model-vers/model-ver/f6d7ad91-7ebb-487a-93a8-9bf7b62adbd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:38:45.917Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Invoke
2022-03-27T08:38:47.473Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:38:47.474Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Invoke
2022-03-27T08:38:49.007Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:38:49.009Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Invoke
2022-03-27T08:38:50.042Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:38:50.044Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:38:50.045Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:38:50.045Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:38:50.051Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:38:50.052Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e91b3ac0-6975-41d2-a87f-d16dd30c3334 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:38:50.053Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:38:50.053Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:50.056Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:50.056Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370330052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:38:50.156Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:38:50.157Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:50.157Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:50.176Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:50.176Z||pool-202-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-03-27T08:38:51.071Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:38:51.072Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:38:51.072Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:38:54.819Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:38:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:54.850Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:54.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370173744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370170438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370185459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370187287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.868Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "cds",
  "timestamp": 1648370186467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.887Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.887Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370181536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370189460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:38:54.897Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370180113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370190464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:54.904Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.904Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370190582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370183440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370191624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370192628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:54.921Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370184722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370192945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370193826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370194958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370194831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:38:54.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "clamp",
  "timestamp": 1648370195965,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:54.957Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.957Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "policy-id",
  "timestamp": 1648370195834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:54.975Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.976Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:54.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370194045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370202952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370209190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:38:54.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:38:54.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:38:54.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "aai-ml",
  "timestamp": 1648370210197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:38:54.994Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 51d3b910-f967-4705-8663-532bd8625c01
2022-03-27T08:38:54.994Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d3b910-f967-4705-8663-532bd8625c01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:38:55.418Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:55.419Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||received message from topic
2022-03-27T08:38:55.419Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"51d3b910-f967-4705-8663-532bd8625c01","serviceName":"Demo_pNF_1OAlokRe4gkZiWFH2HKJ","serviceVersion":"1.0","serviceUUID":"3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42","serviceDescription":"catalog service description","serviceInvariantUUID":"fc8e11ae-f462-439c-9e49-0d0c598bb488","resources":[{"resourceInstanceName":"pNF 8b4b55d8-c4ee 0","resourceName":"pNF 8b4b55d8-c4ee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c82ce68a-f9dd-4005-9c29-806d543c7391","resourceInvariantUUID":"1ca3af40-97c3-4552-974a-ee0229a47827","resourceCustomizationUUID":"5a429822-5156-4c2a-9b94-a69689e54e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml","artifactChecksum":"MTNjMmQzMzc4YTlhZmNlZGE1MjRjOGIxNmYxY2U1MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16639466-ecb0-4835-8faa-75bf73222d48","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15c68288-b034-44c8-bb08-dbe97682b956","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8058686d-9d29-459c-8400-3739003e8c47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjI3NWYzNjk0YjVlMTQ2OGRjMzBjY2M1MjBmODJkYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdb5afb7-6419-4dd0-9ef1-56d772308654","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"065c68b9-877d-4044-9363-b866395e23ad","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfc64ca5-9c6b-4f79-8298-54275d2e1861","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1oalokre4gkziwfh2hkj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml","artifactChecksum":"YTlkNmVhNTljYTc4MmM2YjNjNTk0OTUxNjIyYmVkZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d44a119d-0cf5-4e10-97c5-7bd585ab44d1","artifactVersion":"1"},{"artifactName":"service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar","artifactChecksum":"Nzk5M2YyMmI0MWEyYzRkMzZhZjk0MGM1MGI4ZDEyMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3c1c3a9-08dc-4007-95f7-b1ede63ba788","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:38:55.422Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:38:55.422Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:55.425Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:55.425Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:55.525Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:38:55.526Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:55.526Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:55.540Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:55.541Z||pool-203-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:38:56.426Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:38:56.431Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:56.433Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:56.433Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:56.533Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:38:56.535Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:56.535Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:56.547Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:56.548Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:38:57.434Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:38:57.434Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:57.438Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:57.438Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:57.539Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:38:57.540Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:57.540Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:57.553Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:57.554Z||pool-205-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:38:58.439Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:38:58.440Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:58.443Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:58.443Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:58.543Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:38:58.544Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:58.544Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:58.741Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:58.741Z||pool-206-thread-1|||||INFO|500||cambria reply ok (198 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:38:59.443Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:38:59.444Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:38:59.447Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:38:59.448Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:38:59.547Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:38:59.548Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:38:59.548Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:38:59.561Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:38:59.561Z||pool-207-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:39:00.448Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:39:00.449Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:00.451Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:00.451Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:39:00.552Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:39:00.553Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:00.553Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:00.574Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:00.574Z||pool-208-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:39:01.452Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:39:01.453Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:01.455Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:01.455Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:39:01.555Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:39:01.556Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:01.556Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:01.569Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:01.570Z||pool-209-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:39:02.455Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:39:02.456Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:02.458Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:02.458Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:39:02.558Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:39:02.559Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:02.559Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:02.578Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:02.578Z||pool-210-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:39:03.459Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "serviceName": "Demo_pNF_1OAlokRe4gkZiWFH2HKJ",
  "serviceVersion": "1.0",
  "serviceUUID": "3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fc8e11ae-f462-439c-9e49-0d0c598bb488",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b4b55d8-c4ee 0",
      "resourceCustomizationUUID": "5a429822-5156-4c2a-9b94-a69689e54e3d",
      "resourceName": "pNF 8b4b55d8-c4ee",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c82ce68a-f9dd-4005-9c29-806d543c7391",
      "resourceInvariantUUID": "1ca3af40-97c3-4552-974a-ee0229a47827",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
      "artifactChecksum": "Nzk5M2YyMmI0MWEyYzRkMzZhZjk0MGM1MGI4ZDEyMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3c1c3a9-08dc-4007-95f7-b1ede63ba788"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:39:03.459Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:39:03.460Z|e91b3ac0-6975-41d2-a87f-d16dd30c3334|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42 ASDC
2022-03-27T08:39:03.460Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:51d3b910-f967-4705-8663-532bd8625c01
ServiceName:Demo_pNF_1OAlokRe4gkZiWFH2HKJ
ServiceVersion:1.0
ServiceUUID:3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42
ServiceInvariantUUID:fc8e11ae-f462-439c-9e49-0d0c598bb488
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
ArtifactUUID:b3c1c3a9-08dc-4007-95f7-b1ede63ba788
ArtifactChecksum:Nzk5M2YyMmI0MWEyYzRkMzZhZjk0MGM1MGI4ZDEyMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b4b55d8-c4ee 0
ResourceCustomizationUUID:5a429822-5156-4c2a-9b94-a69689e54e3d
ResourceInvariantUUID:1ca3af40-97c3-4552-974a-ee0229a47827
ResourceName:pNF 8b4b55d8-c4ee
ResourceType:PNF
ResourceUUID:c82ce68a-f9dd-4005-9c29-806d543c7391
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:39:03.460Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:39:03.501Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:39:03.502Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:39:03.502Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:39:03.502Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Trying to download the artifact UUID: b3c1c3a9-08dc-4007-95f7-b1ede63ba788 from URL: /sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:03.502Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:39:03.502Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:04.033Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:39:04.037Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar b3c1c3a9-08dc-4007-95f7-b1ede63ba788 82655
2022-03-27T08:39:04.037Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar ASDC sendASDCNotification
2022-03-27T08:39:04.038Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:04.038Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:39:04.038Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:04.040Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:04.040Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370344037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:39:04.141Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:39:04.142Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:04.142Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:04.160Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:04.160Z||pool-211-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:39:05.041Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:39:05.042Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:39:05.043Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Trying to write artifact UUID: b3c1c3a9-08dc-4007-95f7-b1ede63ba788, URL: /sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar to file: /app/ASDC/1/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:05.043Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:05.043Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:05.044Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:05.155Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1864138752604116782/Definitions/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml
2022-03-27T08:39:06.105Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||####################################################################################################
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b4b55d8-c4ee 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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.106Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?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-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|WARN|500||####################################################################################################
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Node template pNF 8b4b55d8-c4ee 0 is matching search criteria
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:39:06.107Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Found topology templates [pNF 8b4b55d8-c4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:39:06.108Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.108Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.108Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Node template pNF 8b4b55d8-c4ee 0 is matching search criteria
2022-03-27T08:39:06.108Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:39:06.108Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Found topology templates [pNF 8b4b55d8-c4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.109Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.110Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.110Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.110Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.110Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.110Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1OAlokRe4gkZiWFH2HKJ
Description:catalog service description
Model UUID:3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42
Model Version:NULL
Model InvariantUuid:fc8e11ae-f462-439c-9e49-0d0c598bb488
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:39:06.119Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c82ce68a-f9dd-4005-9c29-806d543c7391
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:39:06.122Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||pNF 8b4b55d8-c4ee 0
2022-03-27T08:39:06.122Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c82ce68a-f9dd-4005-9c29-806d543c7391
2022-03-27T08:39:06.122Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||No resources found for Service: 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42
2022-03-27T08:39:06.122Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Preparing to deploy Service: 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42
2022-03-27T08:39:06.123Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8b4b55d8-c4ee 0 c82ce68a-f9dd-4005-9c29-806d543c7391 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:39:06.135Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2609f91d, org.onap.sdc.toscaparser.api.parameters.Input@6d25d055, org.onap.sdc.toscaparser.api.parameters.Input@40227ceb, org.onap.sdc.toscaparser.api.parameters.Input@3eef745c, org.onap.sdc.toscaparser.api.parameters.Input@5747b38d]
2022-03-27T08:39:06.135Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.135Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.136Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500|| resourceSeq for service uuid 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42: pNF 8b4b55d8-c4ee
2022-03-27T08:39:06.136Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Processing PNF resource: c82ce68a-f9dd-4005-9c29-806d543c7391
2022-03-27T08:39:06.136Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:39:06.136Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Service Demo_pNF_1OAlokRe4gkZiWFH2HKJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:39:06.136Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||Resource customization UUID: 5a429822-5156-4c2a-9b94-a69689e54e3d is the same as notified resource customizationUUID: 5a429822-5156-4c2a-9b94-a69689e54e3d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:39:06.172Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8b4b55d8-c4ee c82ce68a-f9dd-4005-9c29-806d543c7391 0 ASDC deployResourceStructure
2022-03-27T08:39:06.172Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar ASDC sendASDCNotification
2022-03-27T08:39:06.172Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar
2022-03-27T08:39:06.172Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:39:06.172Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:06.174Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:06.174Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370346172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:39:06.275Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:39:06.275Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:06.276Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:06.288Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:06.289Z||pool-212-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:39:07.177Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d3b910-f967-4705-8663-532bd8625c01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:39:07.185Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d3b910-f967-4705-8663-532bd8625c01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:39:07.188Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:39:07.192Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:39:37.193Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 51d3b910-f967-4705-8663-532bd8625c01 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:39:37.200Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51d3b910-f967-4705-8663-532bd8625c01 and serviceModelVersionId: 3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42
2022-03-27T08:39:37.201Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc8e11ae-f462-439c-9e49-0d0c598bb488
2022-03-27T08:39:37.202Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0
2022-03-27T08:39:37.209Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac8647da-38f9-488d-a498-63d9bca3f300/model-vers/model-ver/6bea1655-2132-49a6-87cd-645420a8d40b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:39:37.275Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||Invoke
2022-03-27T08:39:37.276Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[593a4138-5151-4fb0-be38-a65d5f479beb], X-ECOMP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-TransactionId=[], X-ONAP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], Content-Type=[application/merge-patch+json]}
2022-03-27T08:39:38.807Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||Invoke
2022-03-27T08:39:38.808Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d18b79a9-bb55-408c-a520-2297b955a190], X-ECOMP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-TransactionId=[], X-ONAP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], Content-Type=[application/merge-patch+json]}
2022-03-27T08:39:40.343Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||Invoke
2022-03-27T08:39:40.344Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f474922c-0af4-4778-808f-250f28786044], X-ECOMP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], X-TransactionId=[], X-ONAP-RequestID=[51d3b910-f967-4705-8663-532bd8625c01], Content-Type=[application/merge-patch+json]}
2022-03-27T08:39:41.378Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:39:41.379Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:39:41.380Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:39:41.380Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:39:41.386Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:39:41.386Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51d3b910-f967-4705-8663-532bd8625c01 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:39:41.387Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:39:41.387Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:39:41.390Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:39:41.390Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|DEBUG|500||try to send status {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370381387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:39:41.490Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:39:41.492Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:39:41.492Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:41.512Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:41.513Z||pool-213-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:39:42.404Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:39:42.405Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:39:42.405Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:51.959Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:51.960Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:39:51.961Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:39:51.961Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:54.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:39:54.818Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:39:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:39:54.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:39:54.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T08:39:54.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e91b3ac0-6975-41d2-a87f-d16dd30c3334",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370330052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:39:54.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:40:01.526Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:40:01.529Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:40:01.529Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:40:01.529Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:40:11.089Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:40:11.090Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:40:11.091Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:40:11.091Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:40:20.662Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:40:54.804Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:40:54.805Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:40:54.806Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:40:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:40:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:40:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:40:55.351Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:40:55.352Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.352Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.354Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.354Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.354Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.355Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.355Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.355Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.355Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.356Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.356Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.356Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.356Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/resourceInstances/pnf8b4b55d8c4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370331071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:40:55.358Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:40:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370344037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:40:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:40:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370346172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1oalokre4gkziwfh2hkj/1.0/artifacts/service-DemoPnf1oalokre4gkziwfh2hkj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:40:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:40:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:40:55.361Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "51d3b910-f967-4705-8663-532bd8625c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370381387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:40:55.361Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:41:04.363Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:41:54.804Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:41:54.805Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:41:54.805Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:41:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:41:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:41:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:42:04.367Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:42:04.383Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:42:54.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:42:54.807Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:42:54.808Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:42:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:42:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:42:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:04.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:04.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:54.804Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:43:54.805Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:43:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:43:54.819Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:43:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:55.160Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:55.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.168Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.169Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.172Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.172Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.172Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.178Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.178Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.178Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.179Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.180Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370614045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.185Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370621536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370620439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370630800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:43:55.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370629039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:43:55.191Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370623440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370629537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370623746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370631813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:43:55.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "cds",
  "timestamp": 1648370630545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:43:55.230Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:43:55.231Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:43:55.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370632826,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:43:55.260Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:43:55.261Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:43:55.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370633004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370624722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:43:55.274Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370635409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.275Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370633495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.276Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370636413,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:43:55.282Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:43:55.282Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:43:55.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:55.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-27T08:43:55.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"34e6ae14-cb0c-463d-a29d-f7422bb75f54","serviceName":"Demo_pNF_DKDPay1RiDcPRCHSfgr3","serviceVersion":"1.0","serviceUUID":"4c139d78-5fc6-48da-9774-60480470b8f5","serviceDescription":"catalog service description","serviceInvariantUUID":"a9b170dd-2540-40c0-9c1a-a4313c224639","resources":[{"resourceInstanceName":"pNF ffccea82-6942 0","resourceName":"pNF ffccea82-6942","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"91c69c4a-0a40-4096-8b9b-a02bc483cffd","resourceInvariantUUID":"82deb9c6-8152-46de-874b-eb3f11a078b6","resourceCustomizationUUID":"3f0862fd-6c3b-43ba-91c7-6c7af40d1839","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml","artifactChecksum":"YzE3NjdhOTZmYTRhNzI2NmE1NzZhODQ2YWI3NmY4NjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a28bb947-93e3-4260-8520-205d7835577f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63e7a54a-6419-437f-8368-fb6beb87c940","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e412ba-b97e-46d3-9e5f-f8a886bf2c7f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml","artifactChecksum":"YTU2MjgyOTYyMDMzYTVjZTUwOGFiODUwNWFlNjRkNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"504c7afa-76a3-4e06-92eb-beaf2796e06c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6add059-9226-46a9-81b8-f0570d3dcef1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d9a29911-3ddb-4ad1-827f-ba1f135c4720","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDkdpay1ridcprchsfgr3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml","artifactChecksum":"NzU2NWJmYmUxYjdiNTdhMmJhN2RiYzcyMjIwZmExMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66a14b5d-1155-4881-91f9-3612d50e7274","artifactVersion":"1"},{"artifactName":"service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar","artifactChecksum":"ZDM5ZGRiY2YzZTc4ZTlmZGU2MmVhZDM2YTZhODUxMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"871920df-0ef4-49fc-ae45-a83a4296f6f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:43:55.448Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:43:55.448Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:43:55.453Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:43:55.453Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:55.553Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:43:55.554Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:43:55.554Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:55.567Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:55.568Z||pool-214-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:43:56.453Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:43:56.454Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:43:56.457Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:43:56.457Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:56.557Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:43:56.558Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:43:56.558Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:56.570Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:56.571Z||pool-215-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:43:57.458Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:43:57.458Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:43:57.460Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:43:57.461Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:57.561Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:43:57.562Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:43:57.562Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:57.578Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:57.578Z||pool-216-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:43:58.461Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:43:58.462Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:43:58.464Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:43:58.464Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:58.565Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:43:58.566Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:43:58.566Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:58.582Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:58.583Z||pool-217-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:43:59.465Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:43:59.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:43:59.468Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:43:59.468Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:43:59.569Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:43:59.569Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:43:59.570Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:43:59.596Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:43:59.597Z||pool-218-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:44:00.469Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:44:00.470Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:44:00.472Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:44:00.472Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:44:00.572Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:44:00.574Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:44:00.574Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:00.588Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:00.588Z||pool-219-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:44:01.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:44:01.473Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:44:01.476Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:44:01.476Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:44:01.576Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:44:01.577Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:44:01.577Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:01.589Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:01.590Z||pool-220-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:44:02.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:44:02.477Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:44:02.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:44:02.480Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:44:02.580Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:44:02.581Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:44:02.581Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:02.601Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:02.602Z||pool-221-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:44:03.481Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "serviceName": "Demo_pNF_DKDPay1RiDcPRCHSfgr3",
  "serviceVersion": "1.0",
  "serviceUUID": "4c139d78-5fc6-48da-9774-60480470b8f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a9b170dd-2540-40c0-9c1a-a4313c224639",
  "resources": [
    {
      "resourceInstanceName": "pNF ffccea82-6942 0",
      "resourceCustomizationUUID": "3f0862fd-6c3b-43ba-91c7-6c7af40d1839",
      "resourceName": "pNF ffccea82-6942",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "91c69c4a-0a40-4096-8b9b-a02bc483cffd",
      "resourceInvariantUUID": "82deb9c6-8152-46de-874b-eb3f11a078b6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
      "artifactChecksum": "ZDM5ZGRiY2YzZTc4ZTlmZGU2MmVhZDM2YTZhODUxMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "871920df-0ef4-49fc-ae45-a83a4296f6f9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:44:03.481Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:44:03.482Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4c139d78-5fc6-48da-9774-60480470b8f5 ASDC
2022-03-27T08:44:03.483Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:34e6ae14-cb0c-463d-a29d-f7422bb75f54
ServiceName:Demo_pNF_DKDPay1RiDcPRCHSfgr3
ServiceVersion:1.0
ServiceUUID:4c139d78-5fc6-48da-9774-60480470b8f5
ServiceInvariantUUID:a9b170dd-2540-40c0-9c1a-a4313c224639
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
ArtifactUUID:871920df-0ef4-49fc-ae45-a83a4296f6f9
ArtifactChecksum:ZDM5ZGRiY2YzZTc4ZTlmZGU2MmVhZDM2YTZhODUxMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ffccea82-6942 0
ResourceCustomizationUUID:3f0862fd-6c3b-43ba-91c7-6c7af40d1839
ResourceInvariantUUID:82deb9c6-8152-46de-874b-eb3f11a078b6
ResourceName:pNF ffccea82-6942
ResourceType:PNF
ResourceUUID:91c69c4a-0a40-4096-8b9b-a02bc483cffd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:44:03.483Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c139d78-5fc6-48da-9774-60480470b8f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:44:03.522Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:44:03.524Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-27T08:44:03.524Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-27T08:44:03.524Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 871920df-0ef4-49fc-ae45-a83a4296f6f9 from URL: /sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:03.524Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-27T08:44:03.525Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:03.943Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-27T08:44:03.948Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar 871920df-0ef4-49fc-ae45-a83a4296f6f9 82639
2022-03-27T08:44:03.948Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar ASDC sendASDCNotification
2022-03-27T08:44:03.948Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:03.948Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:44:03.949Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:44:03.951Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:44:03.951Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370643948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:44:04.051Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:44:04.052Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:44:04.052Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:04.065Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:04.066Z||pool-222-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:44:04.951Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:44:04.953Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-27T08:44:04.953Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 871920df-0ef4-49fc-ae45-a83a4296f6f9, URL: /sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar to file: /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:04.954Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:04.955Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:04.955Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:05.175Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16456769467474192478/Definitions/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml
2022-03-27T08:44:06.178Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:44:06.179Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-27T08:44:06.179Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.179Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:44:06.179Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ffccea82-6942 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-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.180Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.181Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Node template pNF ffccea82-6942 0 is matching search criteria
2022-03-27T08:44:06.181Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-27T08:44:06.181Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ffccea82-6942 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:44:06.181Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.181Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Node template pNF ffccea82-6942 0 is matching search criteria
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ffccea82-6942 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.182Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.183Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.184Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DKDPay1RiDcPRCHSfgr3
Description:catalog service description
Model UUID:4c139d78-5fc6-48da-9774-60480470b8f5
Model Version:NULL
Model InvariantUuid:a9b170dd-2540-40c0-9c1a-a4313c224639
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:44:06.191Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 91c69c4a-0a40-4096-8b9b-a02bc483cffd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:44:06.196Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||pNF ffccea82-6942 0
2022-03-27T08:44:06.196Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 91c69c4a-0a40-4096-8b9b-a02bc483cffd
2022-03-27T08:44:06.196Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4c139d78-5fc6-48da-9774-60480470b8f5
2022-03-27T08:44:06.196Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4c139d78-5fc6-48da-9774-60480470b8f5
2022-03-27T08:44:06.196Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ffccea82-6942 0 91c69c4a-0a40-4096-8b9b-a02bc483cffd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:44:06.202Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6502a2d5, org.onap.sdc.toscaparser.api.parameters.Input@1606b5cd, org.onap.sdc.toscaparser.api.parameters.Input@2460eba9, org.onap.sdc.toscaparser.api.parameters.Input@796233cd, org.onap.sdc.toscaparser.api.parameters.Input@906323e]
2022-03-27T08:44:06.202Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.202Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.203Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4c139d78-5fc6-48da-9774-60480470b8f5: pNF ffccea82-6942
2022-03-27T08:44:06.203Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Processing PNF resource: 91c69c4a-0a40-4096-8b9b-a02bc483cffd
2022-03-27T08:44:06.203Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:44:06.203Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_DKDPay1RiDcPRCHSfgr3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:44:06.203Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||Resource customization UUID: 3f0862fd-6c3b-43ba-91c7-6c7af40d1839 is the same as notified resource customizationUUID: 3f0862fd-6c3b-43ba-91c7-6c7af40d1839
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:44:06.251Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ffccea82-6942 91c69c4a-0a40-4096-8b9b-a02bc483cffd 0 ASDC deployResourceStructure
2022-03-27T08:44:06.252Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar ASDC sendASDCNotification
2022-03-27T08:44:06.252Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar
2022-03-27T08:44:06.252Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:44:06.252Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-27T08:44:06.254Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:44:06.254Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370646252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:44:06.355Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:44:06.355Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:44:06.355Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:06.366Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:06.367Z||pool-223-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:44:07.255Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:44:07.273Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:44:07.275Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:44:07.276Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:44:07.276Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:44:37.276Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:44:37.291Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:44:37.295Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:44:37.295Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:44:37.295Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:44:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:44:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:44:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:44:54.848Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:44:54.849Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:44:54.849Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:44:54.850Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:45:07.296Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:45:07.312Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:45:07.315Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:45:07.315Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:45:07.316Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:45:37.316Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:45:37.333Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:45:37.337Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:45:37.337Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:45:37.337Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:45:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:45:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:45:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:45:54.845Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:45:54.846Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:45:54.846Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370634501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:45:54.847Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:07.339Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:46:07.355Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:46:07.358Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:46:07.358Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:46:07.358Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:46:37.359Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:46:37.380Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:46:37.383Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:46:37.383Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:46:37.384Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:46:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:46:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:46:54.820Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:46:55.355Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:46:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.357Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370635389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:46:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.359Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.361Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "policy-id",
  "timestamp": 1648370635504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:46:55.369Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:46:55.370Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:46:55.378Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.379Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "aai-ml",
  "timestamp": 1648370636394,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:46:55.383Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:46:55.383Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:46:55.391Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.392Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.392Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.392Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.393Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.393Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.393Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.393Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.393Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.394Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.394Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370630113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:46:55.394Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.394Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.395Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.395Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.395Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.396Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.396Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.396Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.396Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/resourceInstances/pnfffccea8269420/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.397Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.397Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.397Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:46:55.398Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.398Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.398Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370634804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:46:55.398Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:46:55.398Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.399Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370643948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:46:55.399Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:55.399Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.399Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370645023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:46:55.399Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:55.400Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.400Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370646252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:46:55.400Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:55.400Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.401Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370646059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDkdpay1ridcprchsfgr3/1.0/artifacts/service-DemoPnfDkdpay1ridcprchsfgr3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:46:55.401Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:46:55.401Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:46:55.401Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "clamp",
  "timestamp": 1648370647091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:46:55.407Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34e6ae14-cb0c-463d-a29d-f7422bb75f54
2022-03-27T08:46:55.408Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:07.384Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:47:07.397Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:47:07.400Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:07.405Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:47:37.405Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:47:37.418Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and serviceModelVersionId: 4c139d78-5fc6-48da-9774-60480470b8f5
2022-03-27T08:47:37.418Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9b170dd-2540-40c0-9c1a-a4313c224639
2022-03-27T08:47:37.420Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0
2022-03-27T08:47:37.429Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:47:37.505Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:47:37.508Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Invoke
2022-03-27T08:47:39.029Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:47:39.030Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Invoke
2022-03-27T08:47:40.559Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T08:47:40.561Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Invoke
2022-03-27T08:47:41.603Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:47:41.604Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:47:41.604Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:47:41.604Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:47:41.609Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:47:41.610Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34e6ae14-cb0c-463d-a29d-f7422bb75f54 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:47:41.610Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:47:41.610Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:41.612Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:41.612Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370861610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:47:41.713Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:47:41.714Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:41.714Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:41.739Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:41.740Z||pool-224-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:47:42.635Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:47:42.636Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:47:42.636Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:47.051Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:47.052Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:47.052Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"ff28002f-481c-4b30-a522-e129b216c655","serviceName":"vFW 2022-03-27 08-44-35","serviceVersion":"1.0","serviceUUID":"562d1461-3d77-4833-bbcf-6b0cd1965a66","serviceDescription":"catalog service description","serviceInvariantUUID":"9778ad3d-14bd-4939-a835-74cc41f5d699","resources":[{"resourceInstanceName":"vFW b9815a81-8121 0","resourceName":"vFW b9815a81-8121","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94f351de-00fb-4ee1-89fb-250b44eba987","resourceInvariantUUID":"c3a83558-3035-49e0-803b-02451e859649","resourceCustomizationUUID":"204ac2e9-b001-4c3d-b6e4-fa0bbb724312","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml","artifactChecksum":"MjkzNWYxZGIyOTY0ZTA5NGZlZTkwZWEyYzc3NWFmNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c33b2432-94ad-49d6-a9a7-a2dc51e211da","artifactVersion":"1"},{"artifactName":"vfwb9815a8181210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json","artifactChecksum":"OTZjZjgwMWQ3MTU5YzEzN2YzZTFlNjNlYzRhYzBhZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8b60455-b2c7-41df-af6c-fc7bbebb3458","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc549c04-bd2c-4e7b-bd77-098e4b2d477c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml","artifactChecksum":"MjIxZTFlMDhmMzgyOTE5NDk5M2Y5MmJkMjM2MzZiOWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f125d015-278a-47a2-859c-c4d4988f10a6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"caf002a9-e762-4f83-8cbe-6957545b681b","artifactVersion":"2","generatedFromUUID":"bc549c04-bd2c-4e7b-bd77-098e4b2d477c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327084435-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml","artifactChecksum":"ZmZjMWFjMGI5NWJjOGZiODgyNjgxNTJiOTEyMmMzNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef07e150-9a49-46e7-9c58-9b969b3aa1a3","artifactVersion":"1"},{"artifactName":"service-Vfw20220327084435-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar","artifactChecksum":"NTY0ZTg0MGQ5NTRiODQ2M2VmZjdiYjg1YjE5OWViZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15949ee9-bae7-4dee-a725-6414e3ff07c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:47:47.054Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:47.054Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:47.056Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:47.056Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:47.157Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:47.157Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:47.157Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:47.171Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:47.171Z||pool-225-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:48.057Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:48.057Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:48.059Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:48.059Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:47:48.161Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:47:48.162Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:48.162Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:48.178Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:48.179Z||pool-226-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:49.060Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:49.061Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:49.063Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:49.063Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:47:49.163Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:49.164Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:49.164Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:49.175Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:49.176Z||pool-227-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:50.069Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:50.069Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:50.071Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:50.072Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:50.172Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:50.173Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:50.173Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:50.195Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:50.199Z||pool-228-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:51.074Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:51.074Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:51.076Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:51.076Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:47:51.177Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:51.178Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:51.178Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:51.192Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:51.193Z||pool-229-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:52.077Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:52.078Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:52.080Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:52.080Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:52.180Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:52.181Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:52.181Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:52.194Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:52.194Z||pool-230-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:53.081Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:47:53.081Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:53.083Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:53.083Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:53.183Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:53.184Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:53.185Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:53.198Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:53.199Z||pool-231-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:47:54.084Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "serviceName": "vFW 2022-03-27 08-44-35",
  "serviceVersion": "1.0",
  "serviceUUID": "562d1461-3d77-4833-bbcf-6b0cd1965a66",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9778ad3d-14bd-4939-a835-74cc41f5d699",
  "resources": [
    {
      "resourceInstanceName": "vFW b9815a81-8121 0",
      "resourceCustomizationUUID": "204ac2e9-b001-4c3d-b6e4-fa0bbb724312",
      "resourceName": "vFW b9815a81-8121",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "94f351de-00fb-4ee1-89fb-250b44eba987",
      "resourceInvariantUUID": "c3a83558-3035-49e0-803b-02451e859649",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb9815a8181210_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
          "artifactChecksum": "OTZjZjgwMWQ3MTU5YzEzN2YzZTFlNjNlYzRhYzBhZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d8b60455-b2c7-41df-af6c-fc7bbebb3458",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bc549c04-bd2c-4e7b-bd77-098e4b2d477c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "caf002a9-e762-4f83-8cbe-6957545b681b",
            "generatedFromUUID": "bc549c04-bd2c-4e7b-bd77-098e4b2d477c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "caf002a9-e762-4f83-8cbe-6957545b681b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327084435-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
      "artifactChecksum": "NTY0ZTg0MGQ5NTRiODQ2M2VmZjdiYjg1YjE5OWViZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15949ee9-bae7-4dee-a725-6414e3ff07c7"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:47:54.085Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:47:54.085Z|34e6ae14-cb0c-463d-a29d-f7422bb75f54|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562d1461-3d77-4833-bbcf-6b0cd1965a66 ASDC
2022-03-27T08:47:54.086Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||ASDC Notification:
DistributionID:ff28002f-481c-4b30-a522-e129b216c655
ServiceName:vFW 2022-03-27 08-44-35
ServiceVersion:1.0
ServiceUUID:562d1461-3d77-4833-bbcf-6b0cd1965a66
ServiceInvariantUUID:9778ad3d-14bd-4939-a835-74cc41f5d699
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327084435-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar
ArtifactUUID:15949ee9-bae7-4dee-a725-6414e3ff07c7
ArtifactChecksum:NTY0ZTg0MGQ5NTRiODQ2M2VmZjdiYjg1YjE5OWViZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b9815a81-8121 0
ResourceCustomizationUUID:204ac2e9-b001-4c3d-b6e4-fa0bbb724312
ResourceInvariantUUID:c3a83558-3035-49e0-803b-02451e859649
ResourceName:vFW b9815a81-8121
ResourceType:VF
ResourceUUID:94f351de-00fb-4ee1-89fb-250b44eba987
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb9815a8181210_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json
ArtifactUUID:d8b60455-b2c7-41df-af6c-fc7bbebb3458
ArtifactChecksum:OTZjZjgwMWQ3MTU5YzEzN2YzZTFlNjNlYzRhYzBhZTA=
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/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml
ArtifactUUID:bc549c04-bd2c-4e7b-bd77-098e4b2d477c
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/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
ArtifactUUID:caf002a9-e762-4f83-8cbe-6957545b681b
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/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
ArtifactUUID:caf002a9-e762-4f83-8cbe-6957545b681b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:47:54.086Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562d1461-3d77-4833-bbcf-6b0cd1965a66 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:54.128Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:47:54.129Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:47:54.130Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:47:54.130Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Trying to download the artifact UUID: 15949ee9-bae7-4dee-a725-6414e3ff07c7 from URL: /sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:54.130Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:47:54.130Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:54.225Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:47:54.231Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar 15949ee9-bae7-4dee-a725-6414e3ff07c7 98940
2022-03-27T08:47:54.231Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar ASDC sendASDCNotification
2022-03-27T08:47:54.231Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:54.232Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:47:54.232Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:54.235Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:54.235Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370874231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:54.337Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-27T08:47:54.338Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:54.338Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:54.352Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:54.352Z||pool-232-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:47:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:47:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:47:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:55.236Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:47:55.238Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:47:55.239Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Trying to write artifact UUID: 15949ee9-bae7-4dee-a725-6414e3ff07c7, URL: /sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar to file: /app/ASDC/1/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:55.240Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327084435-csar.csar
2022-03-27T08:47:55.240Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:55.241Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15962103904247001064/Definitions/service-Vfw20220327084435-template.yml
2022-03-27T08:47:55.454Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.456Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.457Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.458Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.459Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.460Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370815438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648370821536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.461Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.462Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.462Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.462Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.462Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370823440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.463Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370828947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370831512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.464Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.465Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "cds",
  "timestamp": 1648370829955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.472Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:55.484Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.485Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370824045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.485Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.485Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.485Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370832904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.486Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370824722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.487Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.487Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.487Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370832245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.487Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.487Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.488Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370834203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.488Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.488Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.488Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.489Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.489Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.489Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370832734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.490Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370835247,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.498Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.498Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:55.515Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.515Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.516Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.516Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.516Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370833740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:47:55.516Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.516Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.517Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648370836253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:47:55.517Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.517Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.517Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.518Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.518Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.518Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "policy-id",
  "timestamp": 1648370834743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.529Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.529Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T08:47:55.562Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.562Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.562Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.562Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.563Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.563Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.563Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.563Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.563Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.564Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.564Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370833744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.564Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.564Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.566Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370841815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.568Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.571Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.574Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.576Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.577Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.577Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.577Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.578Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.580Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.583Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.583Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.583Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370845783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:47:55.585Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.585Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.586Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.586Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.586Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.586Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370844349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:47:55.587Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.587Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.587Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648370846790,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.594Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.594Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:55.603Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.603Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.603Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.603Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.603Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "aai-ml",
  "timestamp": 1648370845353,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.612Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.612Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:55.622Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.622Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.623Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.623Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.624Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.624Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.624Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.624Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370861052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.624Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.625Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.625Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "34e6ae14-cb0c-463d-a29d-f7422bb75f54",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370861610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:47:55.625Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.625Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.626Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370864058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:47:55.626Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:47:55.626Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.626Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "clamp",
  "timestamp": 1648370865064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:47:55.633Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff28002f-481c-4b30-a522-e129b216c655
2022-03-27T08:47:55.633Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId ff28002f-481c-4b30-a522-e129b216c655 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:47:55.644Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.644Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.645Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.646Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.647Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.647Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.648Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:47:55.648Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.648Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.648Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370862635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:47:55.648Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:47:55.649Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:47:55.649Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370874231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:55.649Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-27T08:47:57.769Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:47:57.770Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||####################################################################################################
2022-03-27T08:47:57.770Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.771Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:47:57.771Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.771Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.771Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.771Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.772Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.772Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.772Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.772Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.772Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.773Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.773Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.773Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b9815a81-8121 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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.773Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?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-Vfw20220327084435-csar.csar
2022-03-27T08:47:57.774Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|WARN|500||####################################################################################################
2022-03-27T08:47:57.774Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.774Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.774Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:47:57.775Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:47:57.775Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:47:57.775Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.776Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.776Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:47:57.776Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:47:57.776Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:47:57.776Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.777Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.777Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.777Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:47:57.777Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:47:57.778Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:47:57.778Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.778Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.778Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.779Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:47:57.779Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:47:57.779Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:47:57.780Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:47:57.780Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.780Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.780Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:47:57.780Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.781Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:47:57.781Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.781Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:47:57.782Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.782Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:47:57.782Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.782Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:47:57.783Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:47:57.783Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.783Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:47:57.784Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:47:57.784Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.784Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:47:57.784Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:47:57.785Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.785Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:47:57.786Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:47:57.786Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:47:57.786Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:47:57.787Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:47:57.787Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:47:57.787Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.787Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.788Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:47:57.788Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.788Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:47:57.788Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.788Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=768ab5eb-c46b-40e0-8680-6ac87568ba48
2022-03-27T08:47:57.789Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.789Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:47:57.789Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:47:57.789Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:47:57.790Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.790Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.790Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.790Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:47:57.790Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:47:57.791Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:47:57.791Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:47:57.791Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.792Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:47:57.792Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.792Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08e7d821-9313-4332-9ba5-d07192c025a1
2022-03-27T08:47:57.793Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.793Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:47:57.793Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:47:57.793Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:47:57.794Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.794Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.794Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.795Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:47:57.795Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:47:57.795Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:47:57.795Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:47:57.796Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:47:57.796Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:47:57.796Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:47:57.796Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4b55a093-d100-419f-bd0d-52b7e06fca3d
2022-03-27T08:47:57.797Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.797Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.797Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.798Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.798Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.798Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.798Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:47:57.799Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:47:57.799Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-44-35
Description:catalog service description
Model UUID:562d1461-3d77-4833-bbcf-6b0cd1965a66
Model Version:NULL
Model InvariantUuid:9778ad3d-14bd-4939-a835-74cc41f5d699
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b9815a81-8121
Model UUID:2e541f39-6265-4a3c-815c-e2dca8e4a4fb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c3a83558-3035-49e0-803b-02451e859649
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:204ac2e9-b001-4c3d-b6e4-fa0bbb724312
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:259e0c13-8a7d-4f29-ad5a-db01419dbaa4
ModelName:VfwB9815a818121..base_vfw..module-0
ModelUuid:83c148c6-426d-49d1-9283-234b10dc109e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:768ab5eb-c46b-40e0-8680-6ac87568ba48
ModelInvariantUuid:17d3281a-dde6-42cf-8370-1093607b133a
ModelName:vFW b9815a81-8121-nodes.vfwCvfc
ModelUuid:32a69a0f-e548-44d3-9cc1-e31578547054
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6fa4c725-d155-4ca8-8158-e4703c66517b
ModelInvariantUuid:12f96d63-e311-4cbd-b254-9c0edb808666
ModelName:VfwB9815a818121.compute.nodes.heat.vfw
ModelUuid:2e54ffbe-00cb-4a70-b688-7d6ceca2546a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:08e7d821-9313-4332-9ba5-d07192c025a1
ModelInvariantUuid:313e6095-bab5-42a5-a352-171a95f13d1d
ModelName:vFW b9815a81-8121-nodes.vsnCvfc
ModelUuid:79162a13-a6bb-4c53-b711-f5e3a22af395
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:62e110ea-4caf-426e-90f5-144e47dd2bef
ModelInvariantUuid:48299da6-ac6b-4d64-8f1b-082896bb564b
ModelName:VfwB9815a818121.compute.nodes.heat.vsn
ModelUuid:f17e0052-74ef-4011-9117-4b24544098db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4b55a093-d100-419f-bd0d-52b7e06fca3d
ModelInvariantUuid:ef866fe9-a7e0-4bf7-b029-211a6a9f5c19
ModelName:vFW b9815a81-8121-nodes.vpgCvfc
ModelUuid:1815c255-dcda-443f-8105-d0973bb11a2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f8c0625-f83d-427f-87bf-9f59730f5c08
ModelInvariantUuid:0b16671a-b108-4ac5-a97c-f5c9e2833e9f
ModelName:VfwB9815a818121.compute.nodes.heat.vpg
ModelUuid:5ca8a0b9-c04f-4d03-b4e2-d5c404082c76
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:47:57.807Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 94f351de-00fb-4ee1-89fb-250b44eba987
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:47:57.811Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||vFW b9815a81-8121 0
2022-03-27T08:47:57.811Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 94f351de-00fb-4ee1-89fb-250b44eba987
2022-03-27T08:47:57.811Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Trying to download the artifact UUID: d8b60455-b2c7-41df-af6c-fc7bbebb3458 from URL: /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json
2022-03-27T08:47:57.812Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:47:57.812Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json
2022-03-27T08:47:58.126Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:47:58.127Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json d8b60455-b2c7-41df-af6c-fc7bbebb3458 785
2022-03-27T08:47:58.127Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json ASDC sendASDCNotification
2022-03-27T08:47:58.127Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json
2022-03-27T08:47:58.127Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:47:58.128Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:58.130Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:58.131Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370878127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:58.231Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:47:58.231Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:58.232Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:58.248Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:58.249Z||pool-233-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:47:59.131Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB9815a818121..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "259e0c13-8a7d-4f29-ad5a-db01419dbaa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83c148c6-426d-49d1-9283-234b10dc109e",
    "vfModuleModelCustomizationUUID": "d1958fa5-a590-4571-b64e-d257c7a2fd83",
    "isBase": true,
    "artifacts": [
      "bc549c04-bd2c-4e7b-bd77-098e4b2d477c",
      "caf002a9-e762-4f83-8cbe-6957545b681b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:47:59.137Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9815a818121..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83c148c6-426d-49d1-9283-234b10dc109e
VfModuleModelInvariantUUID:259e0c13-8a7d-4f29-ad5a-db01419dbaa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc549c04-bd2c-4e7b-bd77-098e4b2d477c
,
caf002a9-e762-4f83-8cbe-6957545b681b

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

isBase:true


}

2022-03-27T08:47:59.139Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB9815a818121..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "259e0c13-8a7d-4f29-ad5a-db01419dbaa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83c148c6-426d-49d1-9283-234b10dc109e",
    "vfModuleModelCustomizationUUID": "d1958fa5-a590-4571-b64e-d257c7a2fd83",
    "isBase": true,
    "artifacts": [
      "bc549c04-bd2c-4e7b-bd77-098e4b2d477c",
      "caf002a9-e762-4f83-8cbe-6957545b681b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:47:59.139Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9815a818121..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83c148c6-426d-49d1-9283-234b10dc109e
VfModuleModelInvariantUUID:259e0c13-8a7d-4f29-ad5a-db01419dbaa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc549c04-bd2c-4e7b-bd77-098e4b2d477c
,
caf002a9-e762-4f83-8cbe-6957545b681b

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

isBase:true


}

2022-03-27T08:47:59.139Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Trying to download the artifact UUID: bc549c04-bd2c-4e7b-bd77-098e4b2d477c from URL: /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml
2022-03-27T08:47:59.139Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:47:59.140Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml
2022-03-27T08:47:59.445Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:47:59.447Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml bc549c04-bd2c-4e7b-bd77-098e4b2d477c 20368
2022-03-27T08:47:59.447Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:47:59.447Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml
2022-03-27T08:47:59.448Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:47:59.448Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:47:59.451Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:47:59.451Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370879447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:47:59.551Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:47:59.552Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:47:59.552Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:47:59.568Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:47:59.568Z||pool-234-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:48:00.451Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Trying to download the artifact UUID: caf002a9-e762-4f83-8cbe-6957545b681b from URL: /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
2022-03-27T08:48:00.452Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:48:00.452Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
2022-03-27T08:48:00.647Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:48:00.647Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env caf002a9-e762-4f83-8cbe-6957545b681b 2098
2022-03-27T08:48:00.648Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:48:00.648Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
2022-03-27T08:48:00.648Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:48:00.649Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:00.651Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:00.651Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370880648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:48:00.752Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:48:00.753Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:00.753Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:00.765Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:00.766Z||pool-235-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:48:01.652Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Preparing to deploy Service: 562d1461-3d77-4833-bbcf-6b0cd1965a66
2022-03-27T08:48:01.653Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b9815a81-8121 0 94f351de-00fb-4ee1-89fb-250b44eba987 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:48:01.670Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35c9ace1, org.onap.sdc.toscaparser.api.parameters.Input@5b2d9cac, org.onap.sdc.toscaparser.api.parameters.Input@5db87d30, org.onap.sdc.toscaparser.api.parameters.Input@5f554827, org.onap.sdc.toscaparser.api.parameters.Input@27835988]
2022-03-27T08:48:01.671Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.672Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.672Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:48:01.672Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||VFCustomizationUUID= 204ac2e9-b001-4c3d-b6e4-fa0bbb724312
2022-03-27T08:48:01.672Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 204ac2e9-b001-4c3d-b6e4-fa0bbb724312 matches Tosca VF Customization UUID: 204ac2e9-b001-4c3d-b6e4-fa0bbb724312
2022-03-27T08:48:01.673Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||vfCustomizationUUID: 204ac2e9-b001-4c3d-b6e4-fa0bbb724312  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:48:01.675Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.675Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.676Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||resource request for resource customization id 204ac2e9-b001-4c3d-b6e4-fa0bbb724312: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:48:01.677Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b52a26b
2022-03-27T08:48:01.677Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.677Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:48:01.677Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1958fa5-a590-4571-b64e-d257c7a2fd83
2022-03-27T08:48:01.678Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1958fa5-a590-4571-b64e-d257c7a2fd83
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:48:01.680Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.681Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.681Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:48:01.681Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.682Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.682Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:48:01.682Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.682Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:48:01.683Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:48:01.683Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:48:01.683Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:48:01.683Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:48:01.684Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:48:01.684Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.684Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.684Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:48:01.685Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.685Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:48:01.685Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.685Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=768ab5eb-c46b-40e0-8680-6ac87568ba48
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:48:01.689Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.689Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.689Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:48:01.689Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.690Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:48:01.690Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:48:01.690Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:48:01.691Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.691Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.691Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.691Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:48:01.692Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:48:01.692Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:48:01.692Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:48:01.692Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.692Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:48:01.693Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.693Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08e7d821-9313-4332-9ba5-d07192c025a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:48:01.696Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.696Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.696Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:48:01.696Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.697Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is not matching search criteria
2022-03-27T08:48:01.697Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:48:01.697Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:48:01.697Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.698Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.698Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.698Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:48:01.698Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:48:01.699Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:48:01.699Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:48:01.699Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:48:01.699Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:48:01.700Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:48:01.700Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4b55a093-d100-419f-bd0d-52b7e06fca3d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:48:01.703Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.703Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.703Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:48:01.703Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.704Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Node template vFW b9815a81-8121 0 is matching search criteria
2022-03-27T08:48:01.704Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found topology templates [vFW b9815a81-8121 0] matching following query criteria: sdcType=VF, customizationUUID=204ac2e9-b001-4c3d-b6e4-fa0bbb724312
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:48:01.706Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.706Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.707Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500|| resourceSeq for service uuid 562d1461-3d77-4833-bbcf-6b0cd1965a66: vFW b9815a81-8121
2022-03-27T08:48:01.707Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.707Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.708Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.708Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.708Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.709Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.709Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.709Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.710Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:48:01.710Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Service vFW 2022-03-27 08-44-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:48:01.710Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||Saving Service: vFW 2022-03-27 08-44-35 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:48:01.878Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b9815a81-8121 94f351de-00fb-4ee1-89fb-250b44eba987 1 ASDC deployResourceStructure
2022-03-27T08:48:01.879Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json ASDC sendASDCNotification
2022-03-27T08:48:01.879Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json
2022-03-27T08:48:01.879Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:48:01.879Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:01.882Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:01.882Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370881878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:01.982Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:48:01.983Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:01.983Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:01.997Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:01.998Z||pool-236-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:48:02.883Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:48:02.883Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml
2022-03-27T08:48:02.883Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:48:02.884Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:02.885Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:02.885Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370882883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:02.986Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:48:02.987Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:02.987Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:02.999Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:03.000Z||pool-237-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:48:03.888Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:48:03.888Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env
2022-03-27T08:48:03.889Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:48:03.889Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:03.892Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:03.892Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370883888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:03.992Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:48:03.994Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:03.994Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:04.009Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:04.010Z||pool-238-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:48:04.893Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar ASDC sendASDCNotification
2022-03-27T08:48:04.894Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar
2022-03-27T08:48:04.894Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:48:04.894Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:04.896Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:04.896Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370884893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:04.996Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:48:04.997Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:04.998Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:05.011Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:05.011Z||pool-239-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:48:05.897Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff28002f-481c-4b30-a522-e129b216c655
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:48:05.908Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff28002f-481c-4b30-a522-e129b216c655
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:48:05.911Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:48:05.912Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:48:05.912Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:48:05.912Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:48:05.912Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:48:05.912Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:48:05.917Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:48:35.917Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: ff28002f-481c-4b30-a522-e129b216c655 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:48:35.925Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff28002f-481c-4b30-a522-e129b216c655 and serviceModelVersionId: 562d1461-3d77-4833-bbcf-6b0cd1965a66
2022-03-27T08:48:35.926Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9778ad3d-14bd-4939-a835-74cc41f5d699
2022-03-27T08:48:35.926Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0
2022-03-27T08:48:35.931Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9b170dd-2540-40c0-9c1a-a4313c224639/model-vers/model-ver/4c139d78-5fc6-48da-9774-60480470b8f5?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:48:35.966Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Invoke
2022-03-27T08:48:35.967Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d17635e-a9c0-480f-ba12-2e4f8e9cc245], X-ECOMP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-TransactionId=[], X-ONAP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], Content-Type=[application/merge-patch+json]}
2022-03-27T08:48:37.488Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Invoke
2022-03-27T08:48:37.488Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc664000-51fa-460b-a8ca-861394fcd36d], X-ECOMP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-TransactionId=[], X-ONAP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], Content-Type=[application/merge-patch+json]}
2022-03-27T08:48:39.053Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Invoke
2022-03-27T08:48:39.054Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc9ad8ea-787d-47fd-a369-972fc3616a3f], X-ECOMP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], X-TransactionId=[], X-ONAP-RequestID=[ff28002f-481c-4b30-a522-e129b216c655], Content-Type=[application/merge-patch+json]}
2022-03-27T08:48:40.094Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:48:40.094Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:48:40.096Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:48:40.096Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:48:40.103Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:48:40.104Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff28002f-481c-4b30-a522-e129b216c655 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:48:40.104Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:48:40.104Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:48:40.106Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:48:40.106Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||try to send status {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370920104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:48:40.206Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:48:40.207Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:48:40.207Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:40.223Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:40.224Z||pool-240-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-03-27T08:48:41.131Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:48:41.132Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:48:41.132Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:50.684Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:50.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:48:50.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:48:50.686Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:48:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:48:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:48:55.446Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:48:55.446Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.447Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370878127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:48:55.447Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370879447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370880648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370881878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/vfwb9815a8181210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370882883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370883888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/resourceInstances/vfwb9815a8181210/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:55.448Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370884893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327084435/1.0/artifacts/service-Vfw20220327084435-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||received message from topic
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ff28002f-481c-4b30-a522-e129b216c655",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648370920104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:48:55.449Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:49:00.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:49:00.229Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:49:00.230Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:49:00.230Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:49:09.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:49:09.778Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:49:09.778Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:49:09.779Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:49:19.328Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:49:54.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:49:54.807Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:49:54.807Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:49:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:49:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:49:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:50:04.358Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:50:04.358Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:50:54.804Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:50:54.806Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:50:54.806Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:50:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:50:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:50:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:51:04.354Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:51:04.357Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:51:54.804Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:51:54.805Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:51:54.806Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:51:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:51:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:51:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:04.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:04.411Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:54.805Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:52:54.806Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:52:54.806Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:52:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:52:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:55.112Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:55.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371154045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371164951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:52:55.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371161536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371160438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371170442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:52:55.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.147Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.147Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.148Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371163440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.148Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.149Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371169556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:52:55.149Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371171461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:52:55.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371163744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "cds",
  "timestamp": 1648371170564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:52:55.176Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:52:55.176Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:52:55.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.188Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371172464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:52:55.194Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:52:55.194Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:52:55.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371172755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371171618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "aai-ml",
  "timestamp": 1648371172623,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:52:55.217Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:52:55.217Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:52:55.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371164722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371174861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371175865,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:52:55.236Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:52:55.237Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:52:55.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:52:55.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-27T08:52:55.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371173496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:52:55.259Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:52:55.441Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:55.442Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||received message from topic
2022-03-27T08:52:55.442Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"39b44c19-b559-49f9-91b5-56bdcb577f9c","serviceName":"Demo_pNF_RS37tRMvQa7zSCxrghAC","serviceVersion":"1.0","serviceUUID":"fa0d5381-a42a-4a4a-b83f-9324b8607354","serviceDescription":"catalog service description","serviceInvariantUUID":"be78c734-fe13-49d9-a4ad-791d451ee2b4","resources":[{"resourceInstanceName":"pNF 5a07e1c3-7353 0","resourceName":"pNF 5a07e1c3-7353","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a","resourceInvariantUUID":"f7186c97-7725-4c85-9fbc-d2214bb6de1d","resourceCustomizationUUID":"51adc8bf-86e8-4d41-b4ea-b4a786137ba2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml","artifactChecksum":"ODdlNDBlNzg5NmU3ZTBkODdjMGU3ZjdhNWI5NTNjMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62a1d435-e15d-4f7b-b218-ba1a025078ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee4a5bad-6386-418f-8d7b-57d0caff584a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8cb9d030-4f1f-40a9-910b-5e9dd9df60ca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml","artifactChecksum":"ZjI4NDQ1Y2M4YjgzMmMzNDc1NTNmYmVmMTMyM2NiZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"675fa70b-9d7e-4205-96dc-a07b5c025cc1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f42ccf55-06e9-4e82-85a3-53a37c0bbfb1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dee5bdd-572b-4f25-a6a6-d5125377eda6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRs37trmvqa7zscxrghac-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml","artifactChecksum":"Y2MwZDAzY2VjM2U3ZmFjNzdhNjE2ZmE0NjAwMjE3YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2cea580-99e8-4528-962c-e8489840e730","artifactVersion":"1"},{"artifactName":"service-DemoPnfRs37trmvqa7zscxrghac-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar","artifactChecksum":"NGUxYWJhNmNjZGY2ZWI4YmY2MTFjNmFjYWVjYWEyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66f0518e-9d5a-403f-87f4-99a71ce14e49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:52:55.444Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:52:55.445Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:52:55.450Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:52:55.451Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:55.551Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:52:55.552Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:52:55.552Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:55.578Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:55.579Z||pool-241-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:52:56.451Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:52:56.452Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:52:56.455Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:52:56.455Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:56.555Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:52:56.556Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:52:56.556Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:56.570Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:56.571Z||pool-242-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:52:57.455Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:52:57.456Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:52:57.459Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:52:57.459Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:57.559Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:52:57.560Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:52:57.560Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:57.573Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:57.574Z||pool-243-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:52:58.459Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:52:58.460Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:52:58.462Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:52:58.462Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:58.563Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T08:52:58.564Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:52:58.564Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:58.582Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:58.583Z||pool-244-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:52:59.463Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:52:59.464Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:52:59.466Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:52:59.467Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:52:59.567Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:52:59.568Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:52:59.568Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:52:59.580Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:52:59.580Z||pool-245-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:53:00.467Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:53:00.468Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:00.470Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:00.471Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:53:00.571Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:00.572Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:00.572Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:00.585Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:00.586Z||pool-246-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:53:01.471Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:53:01.472Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:01.474Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:01.474Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:53:01.574Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:01.575Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:01.575Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:01.589Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:01.590Z||pool-247-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:53:02.475Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:53:02.475Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:02.477Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:02.478Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:53:02.578Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:02.579Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:02.579Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:02.593Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:02.594Z||pool-248-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:53:03.479Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "serviceName": "Demo_pNF_RS37tRMvQa7zSCxrghAC",
  "serviceVersion": "1.0",
  "serviceUUID": "fa0d5381-a42a-4a4a-b83f-9324b8607354",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be78c734-fe13-49d9-a4ad-791d451ee2b4",
  "resources": [
    {
      "resourceInstanceName": "pNF 5a07e1c3-7353 0",
      "resourceCustomizationUUID": "51adc8bf-86e8-4d41-b4ea-b4a786137ba2",
      "resourceName": "pNF 5a07e1c3-7353",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a",
      "resourceInvariantUUID": "f7186c97-7725-4c85-9fbc-d2214bb6de1d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
      "artifactChecksum": "NGUxYWJhNmNjZGY2ZWI4YmY2MTFjNmFjYWVjYWEyNzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66f0518e-9d5a-403f-87f4-99a71ce14e49"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:53:03.480Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:53:03.480Z|3250356b-4e3d-4338-9d2f-39396ae3db2a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa0d5381-a42a-4a4a-b83f-9324b8607354 ASDC
2022-03-27T08:53:03.481Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||ASDC Notification:
DistributionID:39b44c19-b559-49f9-91b5-56bdcb577f9c
ServiceName:Demo_pNF_RS37tRMvQa7zSCxrghAC
ServiceVersion:1.0
ServiceUUID:fa0d5381-a42a-4a4a-b83f-9324b8607354
ServiceInvariantUUID:be78c734-fe13-49d9-a4ad-791d451ee2b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
ArtifactUUID:66f0518e-9d5a-403f-87f4-99a71ce14e49
ArtifactChecksum:NGUxYWJhNmNjZGY2ZWI4YmY2MTFjNmFjYWVjYWEyNzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5a07e1c3-7353 0
ResourceCustomizationUUID:51adc8bf-86e8-4d41-b4ea-b4a786137ba2
ResourceInvariantUUID:f7186c97-7725-4c85-9fbc-d2214bb6de1d
ResourceName:pNF 5a07e1c3-7353
ResourceType:PNF
ResourceUUID:7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T08:53:03.482Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa0d5381-a42a-4a4a-b83f-9324b8607354 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:53:03.510Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:53:03.512Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:53:03.513Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:53:03.513Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Trying to download the artifact UUID: 66f0518e-9d5a-403f-87f4-99a71ce14e49 from URL: /sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:03.513Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:53:03.514Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:03.939Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:53:03.944Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar 66f0518e-9d5a-403f-87f4-99a71ce14e49 82636
2022-03-27T08:53:03.945Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar ASDC sendASDCNotification
2022-03-27T08:53:03.945Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:03.946Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:53:03.946Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:03.949Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:03.950Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371183945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:53:04.050Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:04.051Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:04.051Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:04.063Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:04.063Z||pool-249-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:53:04.950Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:53:04.952Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:53:04.952Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Trying to write artifact UUID: 66f0518e-9d5a-403f-87f4-99a71ce14e49, URL: /sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar to file: /app/ASDC/1/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:04.952Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:04.953Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:04.953Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:05.151Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4302283969524852321/Definitions/service-DemoPnfRs37trmvqa7zscxrghac-template.yml
2022-03-27T08:53:06.180Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:53:06.181Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||####################################################################################################
2022-03-27T08:53:06.181Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.181Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T08:53:06.181Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5a07e1c3-7353 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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?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-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|WARN|500||####################################################################################################
2022-03-27T08:53:06.182Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.183Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.183Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Node template pNF 5a07e1c3-7353 0 is matching search criteria
2022-03-27T08:53:06.183Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:53:06.183Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Found topology templates [pNF 5a07e1c3-7353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:53:06.184Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.184Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.184Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Node template pNF 5a07e1c3-7353 0 is matching search criteria
2022-03-27T08:53:06.184Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Found topology templates [pNF 5a07e1c3-7353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.185Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.186Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RS37tRMvQa7zSCxrghAC
Description:catalog service description
Model UUID:fa0d5381-a42a-4a4a-b83f-9324b8607354
Model Version:NULL
Model InvariantUuid:be78c734-fe13-49d9-a4ad-791d451ee2b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:53:06.196Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:53:06.202Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||pNF 5a07e1c3-7353 0
2022-03-27T08:53:06.203Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a
2022-03-27T08:53:06.203Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||No resources found for Service: fa0d5381-a42a-4a4a-b83f-9324b8607354
2022-03-27T08:53:06.203Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Preparing to deploy Service: fa0d5381-a42a-4a4a-b83f-9324b8607354
2022-03-27T08:53:06.203Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5a07e1c3-7353 0 7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:53:06.209Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74448556, org.onap.sdc.toscaparser.api.parameters.Input@7e11e161, org.onap.sdc.toscaparser.api.parameters.Input@23a43fc7, org.onap.sdc.toscaparser.api.parameters.Input@600bfaf, org.onap.sdc.toscaparser.api.parameters.Input@563ee40c]
2022-03-27T08:53:06.210Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.210Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.210Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500|| resourceSeq for service uuid fa0d5381-a42a-4a4a-b83f-9324b8607354: pNF 5a07e1c3-7353
2022-03-27T08:53:06.211Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Processing PNF resource: 7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a
2022-03-27T08:53:06.211Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:53:06.211Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Service Demo_pNF_RS37tRMvQa7zSCxrghAC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:53:06.211Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||Resource customization UUID: 51adc8bf-86e8-4d41-b4ea-b4a786137ba2 is the same as notified resource customizationUUID: 51adc8bf-86e8-4d41-b4ea-b4a786137ba2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T08:53:06.246Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5a07e1c3-7353 7a176b87-5d1e-48ed-a4ac-da1ae1ab6f0a 0 ASDC deployResourceStructure
2022-03-27T08:53:06.247Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar ASDC sendASDCNotification
2022-03-27T08:53:06.247Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar
2022-03-27T08:53:06.247Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:53:06.247Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:06.249Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:06.249Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371186247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:53:06.350Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:06.350Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:06.350Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:06.363Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:06.363Z||pool-250-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:53:07.250Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39b44c19-b559-49f9-91b5-56bdcb577f9c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:53:07.266Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39b44c19-b559-49f9-91b5-56bdcb577f9c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T08:53:07.269Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:53:07.274Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T08:53:37.274Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 39b44c19-b559-49f9-91b5-56bdcb577f9c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T08:53:37.280Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39b44c19-b559-49f9-91b5-56bdcb577f9c and serviceModelVersionId: fa0d5381-a42a-4a4a-b83f-9324b8607354
2022-03-27T08:53:37.280Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be78c734-fe13-49d9-a4ad-791d451ee2b4
2022-03-27T08:53:37.281Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0
2022-03-27T08:53:37.287Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37d0787f-4260-4a4c-80cb-7f871e5a4e90/model-vers/model-ver/f98b90e9-624c-477f-8fa7-2ea0860a4917?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T08:53:37.334Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Invoke
2022-03-27T08:53:37.335Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de97fd57-4525-41fc-ad7c-8541069b6a2b], X-ECOMP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-TransactionId=[], X-ONAP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], Content-Type=[application/merge-patch+json]}
2022-03-27T08:53:38.865Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Invoke
2022-03-27T08:53:38.865Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bfd6a743-dfd5-4aa9-abe7-1d63d21c5028], X-ECOMP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-TransactionId=[], X-ONAP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], Content-Type=[application/merge-patch+json]}
2022-03-27T08:53:40.401Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Invoke
2022-03-27T08:53:40.401Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7ec007a-31c3-488c-baa2-b515f1318d72], X-ECOMP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], X-TransactionId=[], X-ONAP-RequestID=[39b44c19-b559-49f9-91b5-56bdcb577f9c], Content-Type=[application/merge-patch+json]}
2022-03-27T08:53:41.435Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:53:41.436Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T08:53:41.437Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:53:41.437Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:53:41.447Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T08:53:41.448Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39b44c19-b559-49f9-91b5-56bdcb577f9c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T08:53:41.448Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T08:53:41.449Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:53:41.452Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:53:41.452Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371221448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:53:41.552Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:53:41.553Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:53:41.553Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:41.584Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:41.584Z||pool-251-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:53:54.804Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:53:54.805Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:53:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:53:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:53:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:53:54.847Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:53:54.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:53:54.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:53:54.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:54:04.356Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:54:54.804Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:54:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:54:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:54:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:54:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:54:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:54:54.839Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:54:54.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:54:54.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371174502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:54:54.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:55:04.354Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:55:54.804Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:55:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:55:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:55:54.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:55:54.818Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:55:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:55:55.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:55:55.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "policy-id",
  "timestamp": 1648371175507,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:55:55.380Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:55:55.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:55:55.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371170113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/resourceInstances/pnf5a07e1c373530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371174804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371183945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371186247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:55:55.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371187110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371189118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRs37trmvqa7zscxrghac/1.0/artifacts/service-DemoPnfRs37trmvqa7zscxrghac-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "clamp",
  "timestamp": 1648371190124,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:55:55.401Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39b44c19-b559-49f9-91b5-56bdcb577f9c
2022-03-27T08:55:55.401Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39b44c19-b559-49f9-91b5-56bdcb577f9c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:55:55.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-27T08:55:55.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39b44c19-b559-49f9-91b5-56bdcb577f9c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371221448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T08:55:55.409Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:56:04.353Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:56:54.804Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:56:54.805Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:56:54.805Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:56:54.818Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:56:54.818Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:56:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T08:57:04.360Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:57:04.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:57:54.804Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:57:54.805Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:57:54.806Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:57:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:57:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:57:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:04.354Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:04.387Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:54.805Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:58:54.807Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:58:54.807Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:58:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:58:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:54.997Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:54.999Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.000Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.003Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.003Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.003Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.004Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.004Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.004Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.005Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.006Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.006Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.006Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.006Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.006Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.007Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.008Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.009Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.010Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.011Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.011Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.011Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.011Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.012Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.012Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.013Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.013Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.013Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.014Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.015Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.015Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.015Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.015Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.016Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.016Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.016Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.016Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.016Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.017Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.017Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.017Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.017Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.017Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.018Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.018Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.018Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.018Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.018Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371520440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.019Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.019Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.019Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371523440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.019Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.019Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.020Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371523744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.020Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.020Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.020Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371521536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.021Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.021Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.021Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.021Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.022Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.022Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371531563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.023Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371533575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371533577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371524722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.024Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:58:55.025Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.025Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.025Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "cds",
  "timestamp": 1648371532570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:58:55.062Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T08:58:55.063Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:58:55.073Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.073Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371534663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371532482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.074Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.075Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.075Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371535745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:58:55.075Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.075Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.076Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.076Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T08:58:55.076Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.076Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371533487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:58:55.076Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T08:58:55.446Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:55.447Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||received message from topic
2022-03-27T08:58:55.447Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"15adb06f-be36-44b0-bf0c-ecfec8fb63fd","serviceName":"vFW 2022-03-27 08-55-39","serviceVersion":"1.0","serviceUUID":"cbb946e8-21a6-4fef-9dee-57131edb46f4","serviceDescription":"catalog service description","serviceInvariantUUID":"cf90f516-d9f1-4447-a910-eea1943bb70a","resources":[{"resourceInstanceName":"vFW 6ac98390-d996 0","resourceName":"vFW 6ac98390-d996","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7de9e74-0703-4d48-9cff-885fbf01bd40","resourceInvariantUUID":"e13528f2-0062-4550-ada5-dd70f8e2c199","resourceCustomizationUUID":"b14f5f6d-ca16-4649-8f30-0ab452253c26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml","artifactChecksum":"MTM5Y2UzNzhkNzc1ODc3Yzg0ZDIxMDQwYTFiMjcyNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce69b2c4-c741-4b37-8fe5-84dd7e998dcf","artifactVersion":"1"},{"artifactName":"vfw6ac98390d9960_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json","artifactChecksum":"YzhmZmNiYTZmZmVhMWUxYzBiYWJmZmFiMWE2YjQxMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dadfe158-6a98-4d97-8a8c-e0beebcd7cbd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"288eac7f-7fd6-4704-a80b-b290309df47f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml","artifactChecksum":"NWRmM2Q5Nzg2MzJlODQ2MzAwYmM4ZGU0OGU0MTcwZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13a9596b-d0fe-42aa-a52e-3b07061930fb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2285cad6-47a9-48cd-a3c3-c524f0f22497","artifactVersion":"2","generatedFromUUID":"288eac7f-7fd6-4704-a80b-b290309df47f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327085539-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml","artifactChecksum":"NDdmZTYxZjNjYTgyOTI2OTBlM2M5NDczY2U1YzQwNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63efd30b-369e-46ad-8634-4008157026c7","artifactVersion":"1"},{"artifactName":"service-Vfw20220327085539-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar","artifactChecksum":"YjJlZWRiMGNhYzJlOWU4NzUwMWE0NTU1ZDUwOTMwMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f185713f-2fcc-48c4-b8ab-f91f890b4b6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T08:58:55.450Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:58:55.451Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:58:55.456Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:58:55.456Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:55.556Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:58:55.557Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:58:55.557Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:55.570Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:55.571Z||pool-252-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:58:56.457Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:58:56.457Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:58:56.460Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:58:56.461Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T08:58:56.561Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:58:56.562Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:58:56.562Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:56.575Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:56.575Z||pool-253-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:58:57.461Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:58:57.464Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:58:57.466Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:58:57.466Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T08:58:57.566Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:58:57.567Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:58:57.567Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:57.582Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:57.583Z||pool-254-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:58:58.468Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:58:58.469Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:58:58.472Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:58:58.473Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:58:58.572Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:58:58.574Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:58:58.574Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:58.589Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:58.590Z||pool-255-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:58:59.474Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:58:59.475Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:58:59.477Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:58:59.478Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T08:58:59.578Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:58:59.579Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:58:59.579Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:58:59.591Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:58:59.591Z||pool-256-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:59:00.479Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:59:00.480Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:00.483Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:00.483Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T08:59:00.583Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:59:00.585Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:00.585Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:00.597Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:00.598Z||pool-257-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:01.484Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T08:59:01.486Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:01.489Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:01.489Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T08:59:01.589Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-27T08:59:01.590Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:01.590Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:01.607Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:01.608Z||pool-258-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:02.492Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "serviceName": "vFW 2022-03-27 08-55-39",
  "serviceVersion": "1.0",
  "serviceUUID": "cbb946e8-21a6-4fef-9dee-57131edb46f4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cf90f516-d9f1-4447-a910-eea1943bb70a",
  "resources": [
    {
      "resourceInstanceName": "vFW 6ac98390-d996 0",
      "resourceCustomizationUUID": "b14f5f6d-ca16-4649-8f30-0ab452253c26",
      "resourceName": "vFW 6ac98390-d996",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e7de9e74-0703-4d48-9cff-885fbf01bd40",
      "resourceInvariantUUID": "e13528f2-0062-4550-ada5-dd70f8e2c199",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6ac98390d9960_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
          "artifactChecksum": "YzhmZmNiYTZmZmVhMWUxYzBiYWJmZmFiMWE2YjQxMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dadfe158-6a98-4d97-8a8c-e0beebcd7cbd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "288eac7f-7fd6-4704-a80b-b290309df47f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2285cad6-47a9-48cd-a3c3-c524f0f22497",
            "generatedFromUUID": "288eac7f-7fd6-4704-a80b-b290309df47f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2285cad6-47a9-48cd-a3c3-c524f0f22497",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220327085539-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
      "artifactChecksum": "YjJlZWRiMGNhYzJlOWU4NzUwMWE0NTU1ZDUwOTMwMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f185713f-2fcc-48c4-b8ab-f91f890b4b6c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T08:59:02.494Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T08:59:02.494Z|39b44c19-b559-49f9-91b5-56bdcb577f9c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cbb946e8-21a6-4fef-9dee-57131edb46f4 ASDC
2022-03-27T08:59:02.495Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||ASDC Notification:
DistributionID:15adb06f-be36-44b0-bf0c-ecfec8fb63fd
ServiceName:vFW 2022-03-27 08-55-39
ServiceVersion:1.0
ServiceUUID:cbb946e8-21a6-4fef-9dee-57131edb46f4
ServiceInvariantUUID:cf90f516-d9f1-4447-a910-eea1943bb70a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220327085539-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar
ArtifactUUID:f185713f-2fcc-48c4-b8ab-f91f890b4b6c
ArtifactChecksum:YjJlZWRiMGNhYzJlOWU4NzUwMWE0NTU1ZDUwOTMwMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6ac98390-d996 0
ResourceCustomizationUUID:b14f5f6d-ca16-4649-8f30-0ab452253c26
ResourceInvariantUUID:e13528f2-0062-4550-ada5-dd70f8e2c199
ResourceName:vFW 6ac98390-d996
ResourceType:VF
ResourceUUID:e7de9e74-0703-4d48-9cff-885fbf01bd40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6ac98390d9960_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json
ArtifactUUID:dadfe158-6a98-4d97-8a8c-e0beebcd7cbd
ArtifactChecksum:YzhmZmNiYTZmZmVhMWUxYzBiYWJmZmFiMWE2YjQxMDQ=
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/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml
ArtifactUUID:288eac7f-7fd6-4704-a80b-b290309df47f
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/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
ArtifactUUID:2285cad6-47a9-48cd-a3c3-c524f0f22497
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/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
ArtifactUUID:2285cad6-47a9-48cd-a3c3-c524f0f22497
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-27T08:59:02.495Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbb946e8-21a6-4fef-9dee-57131edb46f4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T08:59:02.536Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:59:02.538Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:59:02.539Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:59:02.539Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Trying to download the artifact UUID: f185713f-2fcc-48c4-b8ab-f91f890b4b6c from URL: /sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:02.539Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:59:02.540Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:02.937Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:59:02.942Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar f185713f-2fcc-48c4-b8ab-f91f890b4b6c 98979
2022-03-27T08:59:02.942Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar ASDC sendASDCNotification
2022-03-27T08:59:02.942Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:02.942Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:59:02.942Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:02.945Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:02.945Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371542942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:59:03.045Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:03.047Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:03.047Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:03.061Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:03.061Z||pool-259-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:59:03.946Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T08:59:03.947Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||MSO config path is: /app
2022-03-27T08:59:03.948Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Trying to write artifact UUID: f185713f-2fcc-48c4-b8ab-f91f890b4b6c, URL: /sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar to file: /app/ASDC/1/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:03.948Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327085539-csar.csar
2022-03-27T08:59:03.948Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:03.948Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:04.315Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6343095123274166403/Definitions/service-Vfw20220327085539-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-27T08:59:06.688Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T08:59:06.688Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||####################################################################################################
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.689Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6ac98390-d996 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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.690Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?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-Vfw20220327085539-csar.csar
2022-03-27T08:59:06.691Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|WARN|500||####################################################################################################
2022-03-27T08:59:06.691Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.691Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.691Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:06.692Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:59:06.692Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:59:06.693Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.693Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.693Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:06.693Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T08:59:06.693Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T08:59:06.694Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.694Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.694Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.694Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:06.694Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:06.695Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:06.695Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:59:06.695Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.695Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.695Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:59:06.696Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.696Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:59:06.696Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:59:06.696Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.696Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.697Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:59:06.697Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.697Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:59:06.697Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.697Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-27T08:59:06.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:59:06.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:06.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:06.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:06.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:06.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.700Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:06.700Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:06.700Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.700Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:06.700Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.701Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.702Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:59:06.702Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.702Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:59:06.702Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6397d61b-1da6-45aa-90d2-f1e1e4ea0dc4
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:06.703Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:59:06.704Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.704Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.704Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:59:06.704Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.704Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:59:06.705Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:59:06.705Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.705Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:59:06.705Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.705Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdc213ea-a540-41b2-a85a-2b670a23eede
2022-03-27T08:59:06.706Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.706Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:06.706Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:06.706Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:06.706Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:59:06.707Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.707Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.707Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:59:06.707Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.707Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d88d18d-d026-4da4-8fa1-e2db242fd3c9
2022-03-27T08:59:06.708Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.709Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.709Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.709Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.709Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.709Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.710Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:06.710Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:06.710Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-27 08-55-39
Description:catalog service description
Model UUID:cbb946e8-21a6-4fef-9dee-57131edb46f4
Model Version:NULL
Model InvariantUuid:cf90f516-d9f1-4447-a910-eea1943bb70a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6ac98390-d996
Model UUID:8e0bae77-e468-4624-8ca5-1c4c3ae542d5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e13528f2-0062-4550-ada5-dd70f8e2c199
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b14f5f6d-ca16-4649-8f30-0ab452253c26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1c581d03-56a6-4ec1-b3c7-9a51d4623a36
ModelName:Vfw6ac98390D996..base_vfw..module-0
ModelUuid:fd237908-7aa2-485a-af11-50dc210b4f90
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6397d61b-1da6-45aa-90d2-f1e1e4ea0dc4
ModelInvariantUuid:7720be94-0b60-4e4f-887f-2b1072b7f3c0
ModelName:vFW 6ac98390-d996-nodes.vfwCvfc
ModelUuid:6d43fc3c-f9fa-4fb3-bd60-ea167568a4a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9bf5a68b-33c4-4457-8db1-58f72f5b7fc0
ModelInvariantUuid:684446cf-6ffc-4714-b5b5-88ec6fd13529
ModelName:Vfw6ac98390D996.compute.nodes.heat.vfw
ModelUuid:c4409b5b-b8cf-476a-bba6-4d43fb7cb817
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fdc213ea-a540-41b2-a85a-2b670a23eede
ModelInvariantUuid:f622c122-ad86-4353-a2c5-8538cbbb128d
ModelName:vFW 6ac98390-d996-nodes.vsnCvfc
ModelUuid:c18b11c7-9d66-4be5-a860-63f3186cc669
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7c507385-5ac9-4075-8800-76caa3a4f4a6
ModelInvariantUuid:d232f18d-b7de-4e75-b4ae-002e6a321e75
ModelName:Vfw6ac98390D996.compute.nodes.heat.vsn
ModelUuid:47e6ba52-71fa-4d70-88f7-803e2e78bada
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d88d18d-d026-4da4-8fa1-e2db242fd3c9
ModelInvariantUuid:644458be-798c-4c94-83d5-a7684cfdf1cc
ModelName:vFW 6ac98390-d996-nodes.vpgCvfc
ModelUuid:e3e0cc7a-f690-47aa-a7ca-37ce436b666c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:05b05fd1-3d87-462c-83f5-3b823e831c99
ModelInvariantUuid:4b4f6415-35ba-4299-9c71-e933c5691fac
ModelName:Vfw6ac98390D996.compute.nodes.heat.vpg
ModelUuid:dd7fc984-6b3c-44fb-be19-b455ad0b28bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T08:59:06.718Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: e7de9e74-0703-4d48-9cff-885fbf01bd40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:59:06.723Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||vFW 6ac98390-d996 0
2022-03-27T08:59:06.724Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: e7de9e74-0703-4d48-9cff-885fbf01bd40
2022-03-27T08:59:06.724Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Trying to download the artifact UUID: dadfe158-6a98-4d97-8a8c-e0beebcd7cbd from URL: /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json
2022-03-27T08:59:06.724Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:59:06.724Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json
2022-03-27T08:59:07.023Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:59:07.024Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json dadfe158-6a98-4d97-8a8c-e0beebcd7cbd 785
2022-03-27T08:59:07.025Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json ASDC sendASDCNotification
2022-03-27T08:59:07.026Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json
2022-03-27T08:59:07.026Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:59:07.027Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:07.030Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:07.030Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371547025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:59:07.130Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:07.131Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:07.131Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:07.144Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:07.145Z||pool-260-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:08.031Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ac98390D996..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1c581d03-56a6-4ec1-b3c7-9a51d4623a36",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd237908-7aa2-485a-af11-50dc210b4f90",
    "vfModuleModelCustomizationUUID": "d38c3c6d-8397-417b-b981-a94084a4ceac",
    "isBase": true,
    "artifacts": [
      "288eac7f-7fd6-4704-a80b-b290309df47f",
      "2285cad6-47a9-48cd-a3c3-c524f0f22497"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:59:08.039Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ac98390D996..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd237908-7aa2-485a-af11-50dc210b4f90
VfModuleModelInvariantUUID:1c581d03-56a6-4ec1-b3c7-9a51d4623a36
VfModuleModelDescription:NULL
Artifacts UUID List:{
288eac7f-7fd6-4704-a80b-b290309df47f
,
2285cad6-47a9-48cd-a3c3-c524f0f22497

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

isBase:true


}

2022-03-27T08:59:08.041Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6ac98390D996..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1c581d03-56a6-4ec1-b3c7-9a51d4623a36",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fd237908-7aa2-485a-af11-50dc210b4f90",
    "vfModuleModelCustomizationUUID": "d38c3c6d-8397-417b-b981-a94084a4ceac",
    "isBase": true,
    "artifacts": [
      "288eac7f-7fd6-4704-a80b-b290309df47f",
      "2285cad6-47a9-48cd-a3c3-c524f0f22497"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-27T08:59:08.042Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6ac98390D996..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd237908-7aa2-485a-af11-50dc210b4f90
VfModuleModelInvariantUUID:1c581d03-56a6-4ec1-b3c7-9a51d4623a36
VfModuleModelDescription:NULL
Artifacts UUID List:{
288eac7f-7fd6-4704-a80b-b290309df47f
,
2285cad6-47a9-48cd-a3c3-c524f0f22497

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

isBase:true


}

2022-03-27T08:59:08.042Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Trying to download the artifact UUID: 288eac7f-7fd6-4704-a80b-b290309df47f from URL: /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml
2022-03-27T08:59:08.042Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:59:08.042Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml
2022-03-27T08:59:08.421Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:59:08.422Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml 288eac7f-7fd6-4704-a80b-b290309df47f 20368
2022-03-27T08:59:08.423Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:59:08.423Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml
2022-03-27T08:59:08.423Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:59:08.424Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:08.427Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:08.427Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371548423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:59:08.527Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:08.528Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:08.528Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:08.552Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:08.552Z||pool-261-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:09.428Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Trying to download the artifact UUID: 2285cad6-47a9-48cd-a3c3-c524f0f22497 from URL: /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
2022-03-27T08:59:09.428Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - download
2022-03-27T08:59:09.429Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
2022-03-27T08:59:09.828Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T08:59:09.828Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env 2285cad6-47a9-48cd-a3c3-c524f0f22497 2098
2022-03-27T08:59:09.829Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:59:09.829Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
2022-03-27T08:59:09.830Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T08:59:09.830Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:09.834Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:09.835Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371549829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T08:59:09.935Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T08:59:09.936Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:09.936Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:09.950Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:09.950Z||pool-262-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-27T08:59:10.840Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Preparing to deploy Service: cbb946e8-21a6-4fef-9dee-57131edb46f4
2022-03-27T08:59:10.841Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6ac98390-d996 0 e7de9e74-0703-4d48-9cff-885fbf01bd40 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:59:10.860Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58e1c662, org.onap.sdc.toscaparser.api.parameters.Input@6e5de5dd, org.onap.sdc.toscaparser.api.parameters.Input@447bda89, org.onap.sdc.toscaparser.api.parameters.Input@3dd2d7df, org.onap.sdc.toscaparser.api.parameters.Input@6b56d4d1]
2022-03-27T08:59:10.861Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.861Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.861Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VF Category is: Generic 
2022-03-27T08:59:10.862Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||VFCustomizationUUID= b14f5f6d-ca16-4649-8f30-0ab452253c26
2022-03-27T08:59:10.862Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b14f5f6d-ca16-4649-8f30-0ab452253c26 matches Tosca VF Customization UUID: b14f5f6d-ca16-4649-8f30-0ab452253c26
2022-03-27T08:59:10.862Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||vfCustomizationUUID: b14f5f6d-ca16-4649-8f30-0ab452253c26  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-27T08:59:10.864Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.864Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||resource request for resource customization id b14f5f6d-ca16-4649-8f30-0ab452253c26: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b56cac6
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d38c3c6d-8397-417b-b981-a94084a4ceac
2022-03-27T08:59:10.865Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d38c3c6d-8397-417b-b981-a94084a4ceac
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-27T08:59:10.868Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.868Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.868Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:10.869Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.869Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.869Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:10.869Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.869Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:10.870Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:10.870Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:10.870Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-27T08:59:10.870Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:59:10.871Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:59:10.871Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.871Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.871Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:59:10.872Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.872Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:59:10.872Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.872Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6397d61b-1da6-45aa-90d2-f1e1e4ea0dc4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:59:10.875Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.875Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.875Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:10.875Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.876Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:10.876Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:10.876Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:10.876Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:59:10.877Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.877Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.877Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:59:10.877Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.877Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-27T08:59:10.878Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-27T08:59:10.878Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.878Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-03-27T08:59:10.878Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.879Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fdc213ea-a540-41b2-a85a-2b670a23eede
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:59:10.881Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.881Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.881Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:10.881Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.881Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is not matching search criteria
2022-03-27T08:59:10.882Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-27T08:59:10.882Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-27T08:59:10.882Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-27T08:59:10.882Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.882Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.883Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-03-27T08:59:10.883Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.883Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-27T08:59:10.883Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-03-27T08:59:10.884Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-27T08:59:10.884Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-27T08:59:10.884Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-27T08:59:10.885Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d88d18d-d026-4da4-8fa1-e2db242fd3c9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-27T08:59:10.888Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.888Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.888Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-27T08:59:10.888Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.889Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Node template vFW 6ac98390-d996 0 is matching search criteria
2022-03-27T08:59:10.889Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found topology templates [vFW 6ac98390-d996 0] matching following query criteria: sdcType=VF, customizationUUID=b14f5f6d-ca16-4649-8f30-0ab452253c26
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T08:59:10.891Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.891Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.892Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500|| resourceSeq for service uuid cbb946e8-21a6-4fef-9dee-57131edb46f4: vFW 6ac98390-d996
2022-03-27T08:59:10.892Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.892Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.892Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.893Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.893Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.893Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.893Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.893Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.894Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T08:59:10.894Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Service vFW 2022-03-27 08-55-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T08:59:10.894Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||Saving Service: vFW 2022-03-27 08-55-39 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T08:59:11.091Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6ac98390-d996 e7de9e74-0703-4d48-9cff-885fbf01bd40 1 ASDC deployResourceStructure
2022-03-27T08:59:11.091Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json ASDC sendASDCNotification
2022-03-27T08:59:11.092Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json
2022-03-27T08:59:11.092Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:59:11.092Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:11.094Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:11.094Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371551091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T08:59:11.194Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:11.195Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:11.195Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:11.209Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:11.209Z||pool-263-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:12.095Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-27T08:59:12.096Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml
2022-03-27T08:59:12.096Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:59:12.096Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:12.098Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:12.099Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371552095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T08:59:12.199Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:12.200Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:12.200Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:12.214Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:12.214Z||pool-264-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:13.100Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-27T08:59:13.100Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env
2022-03-27T08:59:13.100Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:59:13.100Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:13.102Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:13.102Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371553100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T08:59:13.202Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:13.203Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:13.204Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:13.221Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:13.222Z||pool-265-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:14.103Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar ASDC sendASDCNotification
2022-03-27T08:59:14.104Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar
2022-03-27T08:59:14.104Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T08:59:14.104Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T08:59:14.106Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T08:59:14.107Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371554103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T08:59:14.207Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T08:59:14.207Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T08:59:14.208Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:14.221Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:14.222Z||pool-266-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T08:59:15.108Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:59:15.116Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:59:15.118Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:59:15.118Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:59:15.119Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:59:45.122Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:59:45.133Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T08:59:45.134Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T08:59:45.135Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T08:59:45.135Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T08:59:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T08:59:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T08:59:54.820Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T08:59:54.848Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T08:59:54.849Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T08:59:54.849Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371536785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T08:59:54.859Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T08:59:54.860Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:00:15.135Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:00:15.146Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:00:15.149Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:00:15.149Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:00:15.150Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:00:45.150Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:00:45.159Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:00:45.162Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:00:45.163Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:00:45.163Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:00:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:00:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:00:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:00:54.847Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:00:54.848Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:00:54.848Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:00:54.848Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:15.163Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:01:15.172Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:01:15.174Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:01:15.174Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:01:15.174Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:01:45.175Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:01:45.184Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:01:45.186Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:01:45.186Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:01:45.186Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:01:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:01:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:01:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:01:55.349Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:01:55.350Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.350Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "policy-id",
  "timestamp": 1648371534492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:01:55.358Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T09:01:55.358Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-27T09:01:55.371Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.372Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.372Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.372Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.372Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371537589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371537790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.373Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.374Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.374Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.374Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.374Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.374Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371538594,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:01:55.380Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T09:01:55.381Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:01:55.389Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371530113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.390Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.391Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371534805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371542942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.392Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.393Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371546158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371547025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.394Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371548169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.395Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371548423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.396Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "clamp",
  "timestamp": 1648371549174,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:01:55.401Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T09:01:55.402Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:01:55.410Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.410Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:01:55.410Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.410Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371549829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371544045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Missing status on Status Object. 
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371551091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/vfw6ac98390d9960_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.411Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371552095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371552256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371553100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/resourceInstances/vfw6ac98390d9960/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.412Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371554103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371564003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220327085539/1.0/artifacts/service-Vfw20220327085539-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||received message from topic
2022-03-27T09:01:55.413Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "aai-ml",
  "timestamp": 1648371565008,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:01:55.417Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
2022-03-27T09:01:55.418Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:02:15.186Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:02:15.202Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T09:02:15.204Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:02:15.208Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T09:02:45.208Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T09:02:45.213Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and serviceModelVersionId: cbb946e8-21a6-4fef-9dee-57131edb46f4
2022-03-27T09:02:45.213Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf90f516-d9f1-4447-a910-eea1943bb70a
2022-03-27T09:02:45.214Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0
2022-03-27T09:02:45.220Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be78c734-fe13-49d9-a4ad-791d451ee2b4/model-vers/model-ver/fa0d5381-a42a-4a4a-b83f-9324b8607354?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T09:02:45.271Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||Invoke
2022-03-27T09:02:45.271Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cb0bc25-f3ba-4dcb-b469-2f487f66bf55], X-ECOMP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-TransactionId=[], X-ONAP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], Content-Type=[application/merge-patch+json]}
2022-03-27T09:02:46.804Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||Invoke
2022-03-27T09:02:46.805Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31e59af9-dda8-409d-9523-f55404bbf9d9], X-ECOMP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-TransactionId=[], X-ONAP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], Content-Type=[application/merge-patch+json]}
2022-03-27T09:02:48.341Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||Invoke
2022-03-27T09:02:48.341Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[604500c2-83e9-4bdf-a427-df4613b22595], X-ECOMP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], X-TransactionId=[], X-ONAP-RequestID=[15adb06f-be36-44b0-bf0c-ecfec8fb63fd], Content-Type=[application/merge-patch+json]}
2022-03-27T09:02:49.370Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:02:49.371Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T09:02:49.371Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:02:49.371Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:02:49.377Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T09:02:49.378Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15adb06f-be36-44b0-bf0c-ecfec8fb63fd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:02:49.378Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T09:02:49.378Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:02:49.381Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:02:49.381Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|DEBUG|500||try to send status {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371769378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:02:49.481Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:02:49.482Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:02:49.483Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:02:49.500Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:02:49.501Z||pool-267-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T09:02:50.397Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:02:50.397Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:02:50.397Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:02:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:02:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:02:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:02:55.453Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:02:55.454Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||received message from topic
2022-03-27T09:02:55.454Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "15adb06f-be36-44b0-bf0c-ecfec8fb63fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371769378,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:02:55.456Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:03:00.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:03:00.698Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:03:00.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:03:00.699Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:03:10.239Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:03:10.239Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:03:10.240Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:03:10.240Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:03:19.794Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:03:19.795Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:03:19.795Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:03:19.796Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:03:29.392Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:03:54.804Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:03:54.806Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:03:54.806Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:03:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:03:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:03:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:04.350Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:04.371Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:54.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:04:54.805Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:04:54.805Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:04:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:04:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:55.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:55.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"69853ab7-ef93-43df-9a21-110c1a571fa3","serviceName":"Demo_pNF_1in6fe5FiwLac2Pb1wXY","serviceVersion":"1.0","serviceUUID":"ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4","serviceDescription":"catalog service description","serviceInvariantUUID":"5d8b6c0b-032d-4862-b7a2-f106417695b3","resources":[{"resourceInstanceName":"pNF cab69d77-dafa 0","resourceName":"pNF cab69d77-dafa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd8b96a0-0aeb-45ad-9515-ac03b155f603","resourceInvariantUUID":"edb6fa67-3210-420b-b0ad-69cdf0651110","resourceCustomizationUUID":"0cb45796-abf5-4da3-8dfb-0300e56c9c7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRiMTQ1MGM4Y2Y3YWVhMDMzNzg1NWU2ZWI5NDI5MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ab2757b-792d-446b-a7f1-fa0fe65f5de7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df75f880-932e-4af2-a282-61c445c92b77","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f898bd73-f8a3-469e-904c-978d84d77f34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml","artifactChecksum":"NTc5NGEyMTgwMDk1MGNkY2FmOTk3ZTEyZmVhNzY2NTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"faacd223-6dcc-42fe-8e17-8dfad688b724","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"748e6519-0008-476b-bfd4-200c01c85642","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6064fa6-5c9a-4c45-bb0b-f440457ac354","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml","artifactChecksum":"ZmEzZjAwY2UxNTA5N2RlOGU3MGUzOWExN2FlZWQ1N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6c7befe-73cf-41f6-ad80-3fecc9a57e2b","artifactVersion":"1"},{"artifactName":"service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar","artifactChecksum":"NDBlZDcxZGRmYzM0NTNlM2M3ODRmMmViYTE1YzU0OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bf550c6-c437-457a-a574-2f47c6fd3c03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T09:04:55.450Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:04:55.451Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:04:55.453Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:04:55.454Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:55.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371850438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371853744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371844722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371844045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371863856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371861900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371861405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371861904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "cds",
  "timestamp": 1648371862916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.511Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.512Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371862413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "policy-id",
  "timestamp": 1648371863417,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:04:55.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371866184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:04:55.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648371867190,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:04:55.551Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.551Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 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=?
2022-03-27T09:04:55.554Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.555Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:04:55.555Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:55.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371861536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371860113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371868321,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371870885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "aai-ml",
  "timestamp": 1648371869330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:04:55.567Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:55.567Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.568Z||pool-268-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:04:55.568Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648371863440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371871904,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648371872907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:04:55.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.581Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:55.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371875217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371877226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:04:55.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "clamp",
  "timestamp": 1648371878231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:04:55.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69853ab7-ef93-43df-9a21-110c1a571fa3
2022-03-27T09:04:55.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69853ab7-ef93-43df-9a21-110c1a571fa3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:04:56.455Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:04:56.456Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:04:56.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:04:56.459Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:56.559Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:04:56.560Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:04:56.560Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:56.571Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:56.572Z||pool-269-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:04:57.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:04:57.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:04:57.462Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:04:57.462Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:57.563Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T09:04:57.564Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:04:57.564Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:57.579Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:57.579Z||pool-270-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:04:58.462Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:04:58.463Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:04:58.466Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:04:58.466Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:58.566Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:04:58.567Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:04:58.567Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:58.597Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:58.598Z||pool-271-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:04:59.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:04:59.468Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:04:59.470Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:04:59.470Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:04:59.570Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:04:59.571Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:04:59.571Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:04:59.588Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:04:59.589Z||pool-272-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:05:00.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:05:00.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:00.473Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:00.473Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:05:00.573Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:05:00.574Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:00.574Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:00.587Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:00.587Z||pool-273-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-27T09:05:01.474Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:05:01.475Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:01.477Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:01.477Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:05:01.577Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:05:01.578Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:01.579Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:01.592Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:01.593Z||pool-274-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:05:02.478Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:05:02.478Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:02.480Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:02.480Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:05:02.580Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:05:02.581Z||pool-275-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:02.582Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:02.600Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:02.601Z||pool-275-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:05:03.481Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "serviceName": "Demo_pNF_1in6fe5FiwLac2Pb1wXY",
  "serviceVersion": "1.0",
  "serviceUUID": "ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5d8b6c0b-032d-4862-b7a2-f106417695b3",
  "resources": [
    {
      "resourceInstanceName": "pNF cab69d77-dafa 0",
      "resourceCustomizationUUID": "0cb45796-abf5-4da3-8dfb-0300e56c9c7e",
      "resourceName": "pNF cab69d77-dafa",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd8b96a0-0aeb-45ad-9515-ac03b155f603",
      "resourceInvariantUUID": "edb6fa67-3210-420b-b0ad-69cdf0651110",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
      "artifactChecksum": "NDBlZDcxZGRmYzM0NTNlM2M3ODRmMmViYTE1YzU0OWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2bf550c6-c437-457a-a574-2f47c6fd3c03"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T09:05:03.482Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T09:05:03.482Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4 ASDC
2022-03-27T09:05:03.483Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:69853ab7-ef93-43df-9a21-110c1a571fa3
ServiceName:Demo_pNF_1in6fe5FiwLac2Pb1wXY
ServiceVersion:1.0
ServiceUUID:ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4
ServiceInvariantUUID:5d8b6c0b-032d-4862-b7a2-f106417695b3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
ArtifactUUID:2bf550c6-c437-457a-a574-2f47c6fd3c03
ArtifactChecksum:NDBlZDcxZGRmYzM0NTNlM2M3ODRmMmViYTE1YzU0OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cab69d77-dafa 0
ResourceCustomizationUUID:0cb45796-abf5-4da3-8dfb-0300e56c9c7e
ResourceInvariantUUID:edb6fa67-3210-420b-b0ad-69cdf0651110
ResourceName:pNF cab69d77-dafa
ResourceType:PNF
ResourceUUID:cd8b96a0-0aeb-45ad-9515-ac03b155f603
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T09:05:03.483Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T09:05:03.523Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T09:05:03.524Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-27T09:05:03.524Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-27T09:05:03.524Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2bf550c6-c437-457a-a574-2f47c6fd3c03 from URL: /sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:03.524Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-27T09:05:03.524Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:04.029Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-27T09:05:04.034Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar 2bf550c6-c437-457a-a574-2f47c6fd3c03 82644
2022-03-27T09:05:04.035Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar ASDC sendASDCNotification
2022-03-27T09:05:04.035Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:04.035Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T09:05:04.036Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:04.039Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:04.039Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371904035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:05:04.152Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-03-27T09:05:04.153Z||pool-276-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:04.153Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:04.180Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:04.180Z||pool-276-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-27T09:05:05.040Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T09:05:05.041Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-27T09:05:05.041Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2bf550c6-c437-457a-a574-2f47c6fd3c03, URL: /sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar to file: /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:05.042Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:05.042Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:05.042Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:05.183Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10294771820078587043/Definitions/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml
2022-03-27T09:05:06.048Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||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-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||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-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cab69d77-dafa 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-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.049Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.050Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-27T09:05:06.050Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.050Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.050Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Node template pNF cab69d77-dafa 0 is matching search criteria
2022-03-27T09:05:06.050Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-27T09:05:06.051Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cab69d77-dafa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T09:05:06.051Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.051Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.051Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Node template pNF cab69d77-dafa 0 is matching search criteria
2022-03-27T09:05:06.051Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF cab69d77-dafa 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.052Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.053Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.053Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.053Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1in6fe5FiwLac2Pb1wXY
Description:catalog service description
Model UUID:ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4
Model Version:NULL
Model InvariantUuid:5d8b6c0b-032d-4862-b7a2-f106417695b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T09:05:06.059Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd8b96a0-0aeb-45ad-9515-ac03b155f603
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:05:06.063Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||pNF cab69d77-dafa 0
2022-03-27T09:05:06.064Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd8b96a0-0aeb-45ad-9515-ac03b155f603
2022-03-27T09:05:06.064Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4
2022-03-27T09:05:06.064Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4
2022-03-27T09:05:06.064Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cab69d77-dafa 0 cd8b96a0-0aeb-45ad-9515-ac03b155f603 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:05:06.071Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e5e1c4c, org.onap.sdc.toscaparser.api.parameters.Input@31fd03ea, org.onap.sdc.toscaparser.api.parameters.Input@164a3aaa, org.onap.sdc.toscaparser.api.parameters.Input@490831c4, org.onap.sdc.toscaparser.api.parameters.Input@679af8d5]
2022-03-27T09:05:06.071Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.071Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.072Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4: pNF cab69d77-dafa
2022-03-27T09:05:06.072Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Processing PNF resource: cd8b96a0-0aeb-45ad-9515-ac03b155f603
2022-03-27T09:05:06.072Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:05:06.072Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_1in6fe5FiwLac2Pb1wXY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:05:06.072Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||Resource customization UUID: 0cb45796-abf5-4da3-8dfb-0300e56c9c7e is the same as notified resource customizationUUID: 0cb45796-abf5-4da3-8dfb-0300e56c9c7e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T09:05:06.109Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cab69d77-dafa cd8b96a0-0aeb-45ad-9515-ac03b155f603 0 ASDC deployResourceStructure
2022-03-27T09:05:06.109Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar ASDC sendASDCNotification
2022-03-27T09:05:06.109Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar
2022-03-27T09:05:06.109Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T09:05:06.110Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:06.112Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:06.112Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371906109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:05:06.212Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:05:06.213Z||pool-277-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:06.213Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:06.239Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:06.240Z||pool-277-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-27T09:05:07.113Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69853ab7-ef93-43df-9a21-110c1a571fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:05:07.123Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69853ab7-ef93-43df-9a21-110c1a571fa3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:05:07.125Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T09:05:07.126Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:05:07.132Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T09:05:37.132Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69853ab7-ef93-43df-9a21-110c1a571fa3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T09:05:37.141Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69853ab7-ef93-43df-9a21-110c1a571fa3 and serviceModelVersionId: ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4
2022-03-27T09:05:37.141Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d8b6c0b-032d-4862-b7a2-f106417695b3
2022-03-27T09:05:37.142Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0
2022-03-27T09:05:37.147Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-27T09:05:37.184Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:05:37.185Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Invoke
2022-03-27T09:05:38.741Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:05:38.743Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Invoke
2022-03-27T09:05:40.271Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:05:40.273Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Invoke
2022-03-27T09:05:41.310Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:05:41.311Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T09:05:41.312Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:05:41.312Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:05:41.323Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T09:05:41.324Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69853ab7-ef93-43df-9a21-110c1a571fa3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:05:41.328Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T09:05:41.329Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:05:41.332Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:05:41.332Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371941328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:05:41.432Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T09:05:41.433Z||pool-278-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:05:41.433Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:41.456Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:41.457Z||pool-278-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T09:05:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:05:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:05:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:05:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:05:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:05:54.945Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:05:54.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:05:54.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:05:54.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:04.347Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:06:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:06:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:06:54.807Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:06:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:06:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:06:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:06:55.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:06:55.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/resourceInstances/pnfcab69d77dafa0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371894804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371904035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:06:55.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371906109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1in6fe5fiwlac2pb1wxy/1.0/artifacts/service-DemoPnf1in6fe5fiwlac2pb1wxy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69853ab7-ef93-43df-9a21-110c1a571fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648371941328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:06:55.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:07:04.361Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:07:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:07:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:07:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:07:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:07:54.819Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:07:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:08:04.359Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:08:04.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:08:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:08:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:08:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:08:54.818Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:08:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:08:54.819Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:09:04.363Z|ff28002f-481c-4b30-a522-e129b216c655|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9778ad3d-14bd-4939-a835-74cc41f5d699/model-vers/model-ver/562d1461-3d77-4833-bbcf-6b0cd1965a66?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:09:04.382Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:09:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:09:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:09:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:09:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:09:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:09:54.819Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:10:04.360Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:10:04.360Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:10:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:10:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:10:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:10:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:10:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:10:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:11:04.358Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:11:04.364Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:11:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:11:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:11:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:11:54.818Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:11:54.818Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:11:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:12:04.356Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:12:04.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:12:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:12:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:12:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:12:54.818Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:12:54.819Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:12:54.819Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:13:04.354Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:13:04.370Z|51d3b910-f967-4705-8663-532bd8625c01|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc8e11ae-f462-439c-9e49-0d0c598bb488/model-vers/model-ver/3cb977e9-cff3-45c5-88ca-2b6ef3b6bf42?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:13:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:13:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:13:54.806Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:13:54.818Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:13:54.819Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:13:54.819Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:14:04.363Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:14:04.389Z|15adb06f-be36-44b0-bf0c-ecfec8fb63fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf90f516-d9f1-4447-a910-eea1943bb70a/model-vers/model-ver/cbb946e8-21a6-4fef-9dee-57131edb46f4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:14:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:14:54.808Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:14:54.808Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:14:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:14:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:14:54.818Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:04.371Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:04.371Z|b04aab1e-a20b-47e4-b778-ae745ad89322|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97f5a9bf-3010-4ae9-a68a-191ffc6d2a01/model-vers/model-ver/8a55b5d6-1b3f-43ac-beb9-8ac55b352fa5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:54.804Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:15:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:15:54.805Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:15:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:15:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:55.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:55.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-27T09:15:55.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372541536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648372543440,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:15:55.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372543744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:15:55.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372540438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372554345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372552365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:15:55.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372554374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:15:55.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372544722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:15:55.153Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.153Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372555359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "cds",
  "timestamp": 1648372553377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:15:55.182Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:15:55.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:15:55.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.201Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:15:55.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372553533,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:15:55.202Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648372556362,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:15:55.207Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:15:55.207Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:15:55.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:15:55.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372556664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:15:55.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:15:55.440Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:55.440Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||received message from topic
2022-03-27T09:15:55.441Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"102a4e7f-9ccb-4d29-80b2-2ed36d8f3953","serviceName":"Demo_pNF_BX9dwLWLBNnsBUHRk1oF","serviceVersion":"1.0","serviceUUID":"e3c9694b-54d9-4533-8457-309bff343694","serviceDescription":"catalog service description","serviceInvariantUUID":"b28043c0-0e2c-4a5e-b63b-91eb1f2de354","resources":[{"resourceInstanceName":"pNF 9ce96b45-ae2f 0","resourceName":"pNF 9ce96b45-ae2f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c2069a6-3163-4753-b177-4de01344e47b","resourceInvariantUUID":"ea4039f1-2ef5-4bbc-beff-906523b8b486","resourceCustomizationUUID":"9d36445e-e328-40bf-9942-458f81a54747","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml","artifactChecksum":"Nzk5NzQyMjI1MDE4MmE4NGE1ZDM3MmM0MWI4OTc0NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6250163c-aa54-4cfd-8a29-0fe88265ab13","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar","artifactChecksum":"MWZjODYyOWY1YzE5NTkzZTMwNTNiNGE2MTliYmNhN2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"906f3da1-386c-4c95-8a30-2b6140d60065","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79e292b5-970b-4358-83b8-2e7bad46fa3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml","artifactChecksum":"MDI2YjNiMWUzMjJiZDYxOTgyYjIyZjE2NDZhYmEzNGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32fcf762-6c95-4247-85e8-228bb0168da0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da674f3e-b324-4a3f-a98b-05022059db9b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a74529d4-78ae-4528-a6ed-b4c5888ab48f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml","artifactChecksum":"MWY0ZWM2NmQ0YzRlNzBiNzM2YzQzNjA4ZWNhM2Y1NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"32cb1099-ce59-4826-8e5c-b697b794a85c","artifactVersion":"1"},{"artifactName":"service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar","artifactChecksum":"NjAzNzc0NDM5M2FlYjI5ODBmOGFhYTNiYzk0YjYwZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e460abe8-c92c-40e1-8bcf-89f295127d67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-27T09:15:55.443Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:15:55.444Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:15:55.448Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:15:55.449Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:55.549Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-27T09:15:55.549Z||pool-279-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:15:55.550Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:55.570Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:55.571Z||pool-279-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:15:56.449Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:15:56.450Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:15:56.453Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:15:56.453Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:56.553Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:15:56.554Z||pool-280-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:15:56.554Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:56.575Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:56.575Z||pool-280-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-27T09:15:57.453Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:15:57.454Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:15:57.456Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:15:57.456Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:57.557Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:15:57.558Z||pool-281-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:15:57.558Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:57.577Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:57.577Z||pool-281-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:15:58.457Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:15:58.458Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:15:58.460Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:15:58.461Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:58.561Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:15:58.562Z||pool-282-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:15:58.562Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:58.594Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:58.595Z||pool-282-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:15:59.461Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:15:59.462Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:15:59.464Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:15:59.464Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:15:59.564Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:15:59.565Z||pool-283-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:15:59.566Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:15:59.581Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:15:59.582Z||pool-283-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:16:00.465Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:16:00.465Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:16:00.467Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:16:00.467Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:16:00.572Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-27T09:16:00.573Z||pool-284-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:16:00.573Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:00.587Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:00.587Z||pool-284-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:16:01.468Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:16:01.470Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:16:01.472Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:16:01.472Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:16:01.572Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:16:01.573Z||pool-285-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:16:01.573Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:01.590Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:01.591Z||pool-285-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:16:02.473Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-03-27T09:16:02.474Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:16:02.476Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:16:02.476Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:16:02.579Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-27T09:16:02.580Z||pool-286-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:16:02.580Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:02.608Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:02.609Z||pool-286-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-27T09:16:03.478Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "serviceName": "Demo_pNF_BX9dwLWLBNnsBUHRk1oF",
  "serviceVersion": "1.0",
  "serviceUUID": "e3c9694b-54d9-4533-8457-309bff343694",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b28043c0-0e2c-4a5e-b63b-91eb1f2de354",
  "resources": [
    {
      "resourceInstanceName": "pNF 9ce96b45-ae2f 0",
      "resourceCustomizationUUID": "9d36445e-e328-40bf-9942-458f81a54747",
      "resourceName": "pNF 9ce96b45-ae2f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1c2069a6-3163-4753-b177-4de01344e47b",
      "resourceInvariantUUID": "ea4039f1-2ef5-4bbc-beff-906523b8b486",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
      "artifactChecksum": "NjAzNzc0NDM5M2FlYjI5ODBmOGFhYTNiYzk0YjYwZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e460abe8-c92c-40e1-8bcf-89f295127d67"
    }
  ],
  "workloadContext": "Production"
}
2022-03-27T09:16:03.479Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-27T09:16:03.479Z|69853ab7-ef93-43df-9a21-110c1a571fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3c9694b-54d9-4533-8457-309bff343694 ASDC
2022-03-27T09:16:03.480Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||ASDC Notification:
DistributionID:102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
ServiceName:Demo_pNF_BX9dwLWLBNnsBUHRk1oF
ServiceVersion:1.0
ServiceUUID:e3c9694b-54d9-4533-8457-309bff343694
ServiceInvariantUUID:b28043c0-0e2c-4a5e-b63b-91eb1f2de354
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
ArtifactUUID:e460abe8-c92c-40e1-8bcf-89f295127d67
ArtifactChecksum:NjAzNzc0NDM5M2FlYjI5ODBmOGFhYTNiYzk0YjYwZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9ce96b45-ae2f 0
ResourceCustomizationUUID:9d36445e-e328-40bf-9942-458f81a54747
ResourceInvariantUUID:ea4039f1-2ef5-4bbc-beff-906523b8b486
ResourceName:pNF 9ce96b45-ae2f
ResourceType:PNF
ResourceUUID:1c2069a6-3163-4753-b177-4de01344e47b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-27T09:16:03.480Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3c9694b-54d9-4533-8457-309bff343694 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T09:16:03.511Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T09:16:03.513Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||MSO config path is: /app
2022-03-27T09:16:03.513Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||MSO config path is: /app
2022-03-27T09:16:03.513Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Trying to download the artifact UUID: e460abe8-c92c-40e1-8bcf-89f295127d67 from URL: /sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:03.513Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - download
2022-03-27T09:16:03.514Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:03.925Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||GET Response Status 200
2022-03-27T09:16:03.930Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar e460abe8-c92c-40e1-8bcf-89f295127d67 82648
2022-03-27T09:16:03.932Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar ASDC sendASDCNotification
2022-03-27T09:16:03.932Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:03.932Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-03-27T09:16:03.933Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:16:03.935Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:16:03.935Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372563932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:16:04.036Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-27T09:16:04.037Z||pool-287-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:16:04.037Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:04.052Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:04.053Z||pool-287-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:16:04.936Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-27T09:16:04.937Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||MSO config path is: /app
2022-03-27T09:16:04.937Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Trying to write artifact UUID: e460abe8-c92c-40e1-8bcf-89f295127d67, URL: /sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar to file: /app/ASDC/1/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:04.938Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:04.939Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:04.939Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:05.157Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17180625000926665887/Definitions/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml
2022-03-27T09:16:06.164Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-03-27T09:16:06.165Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||####################################################################################################
2022-03-27T09:16:06.165Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.166Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-27T09:16:06.166Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ce96b45-ae2f 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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.166Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.166Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.167Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.167Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.167Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.167Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?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-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.167Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|WARN|500||####################################################################################################
2022-03-27T09:16:06.168Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.168Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.168Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Node template pNF 9ce96b45-ae2f 0 is matching search criteria
2022-03-27T09:16:06.168Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found topology templates [pNF 9ce96b45-ae2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Node template pNF 9ce96b45-ae2f 0 is matching search criteria
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Search for entities recursively
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found topology templates [pNF 9ce96b45-ae2f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-27T09:16:06.169Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.170Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.170Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.170Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.170Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.171Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.171Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.171Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.171Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.172Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.172Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_BX9dwLWLBNnsBUHRk1oF
Description:catalog service description
Model UUID:e3c9694b-54d9-4533-8457-309bff343694
Model Version:NULL
Model InvariantUuid:b28043c0-0e2c-4a5e-b63b-91eb1f2de354
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-27T09:16:06.180Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 1c2069a6-3163-4753-b177-4de01344e47b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:16:06.185Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||pNF 9ce96b45-ae2f 0
2022-03-27T09:16:06.186Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c2069a6-3163-4753-b177-4de01344e47b
2022-03-27T09:16:06.186Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||No resources found for Service: e3c9694b-54d9-4533-8457-309bff343694
2022-03-27T09:16:06.186Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Preparing to deploy Service: e3c9694b-54d9-4533-8457-309bff343694
2022-03-27T09:16:06.186Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ce96b45-ae2f 0 1c2069a6-3163-4753-b177-4de01344e47b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:16:06.192Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@647f3dcc, org.onap.sdc.toscaparser.api.parameters.Input@870f733, org.onap.sdc.toscaparser.api.parameters.Input@7ac898fe, org.onap.sdc.toscaparser.api.parameters.Input@6d988610, org.onap.sdc.toscaparser.api.parameters.Input@70945732]
2022-03-27T09:16:06.192Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.193Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.193Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500|| resourceSeq for service uuid e3c9694b-54d9-4533-8457-309bff343694: pNF 9ce96b45-ae2f
2022-03-27T09:16:06.193Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Processing PNF resource: 1c2069a6-3163-4753-b177-4de01344e47b
2022-03-27T09:16:06.194Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-27T09:16:06.194Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Service Demo_pNF_BX9dwLWLBNnsBUHRk1oF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-27T09:16:06.194Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||Resource customization UUID: 9d36445e-e328-40bf-9942-458f81a54747 is the same as notified resource customizationUUID: 9d36445e-e328-40bf-9942-458f81a54747
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-27T09:16:06.226Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9ce96b45-ae2f 1c2069a6-3163-4753-b177-4de01344e47b 0 ASDC deployResourceStructure
2022-03-27T09:16:06.226Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar ASDC sendASDCNotification
2022-03-27T09:16:06.226Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar
2022-03-27T09:16:06.226Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-03-27T09:16:06.227Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:16:06.229Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:16:06.229Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372566226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:16:06.329Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:16:06.331Z||pool-288-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:16:06.331Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:06.344Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:06.345Z||pool-288-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-27T09:16:07.231Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:16:07.246Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:16:07.248Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:16:07.249Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:16:07.249Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:16:37.252Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:16:37.266Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:16:37.268Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:16:37.268Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:16:37.269Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:16:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:16:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:16:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:16:54.849Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:16:54.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:16:54.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:16:54.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:17:07.269Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:17:07.282Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:17:07.284Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:17:07.284Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:17:07.285Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:17:37.285Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:17:37.301Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:17:37.304Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:17:37.304Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:17:37.304Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:17:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:17:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:17:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:17:54.848Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:17:54.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:17:54.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372554542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:17:54.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:07.304Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:18:07.315Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:18:07.317Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:18:07.317Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:18:07.317Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:18:37.317Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:18:37.347Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:18:37.351Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:18:37.351Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-27T09:18:37.351Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-27T09:18:50.015Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T09:18:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:18:54.819Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:18:54.819Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:18:55.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:18:55.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648372557668,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:18:55.363Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:18:55.363Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:18:55.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "policy-id",
  "timestamp": 1648372555546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:18:55.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:18:55.380Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:18:55.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372550113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:18:55.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372561357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372554804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372562388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "clamp",
  "timestamp": 1648372563392,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:18:55.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:18:55.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372563932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372566226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/resourceInstances/pnf9ce96b45ae2f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372564045,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "NOTIFIED"
}
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372572857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372579007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfBx9dwlwlbnnsbuhrk1of/1.0/artifacts/service-DemoPnfBx9dwlwlbnnsbuhrk1of-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-03-27T09:18:55.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:18:55.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:18:55.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "aai-ml",
  "timestamp": 1648372580011,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:18:55.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
2022-03-27T09:18:55.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-27T09:19:07.352Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:19:07.368Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-27T09:19:07.370Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-27T09:19:07.370Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-27T09:19:07.371Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-27T09:19:07.371Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-27T09:19:07.371Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-27T09:19:07.371Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-03-27T09:19:07.371Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-27T09:19:07.376Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-27T09:19:37.377Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-27T09:19:37.386Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and serviceModelVersionId: e3c9694b-54d9-4533-8457-309bff343694
2022-03-27T09:19:37.386Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b28043c0-0e2c-4a5e-b63b-91eb1f2de354
2022-03-27T09:19:37.388Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0
2022-03-27T09:19:37.395Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-03-27T09:19:37.451Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d8b6c0b-032d-4862-b7a2-f106417695b3/model-vers/model-ver/ae2f82fb-f3c3-4c89-b182-5f1e4eeacbf4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:19:37.453Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||Invoke
2022-03-27T09:19:39.005Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:19:39.007Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||Invoke
2022-03-27T09:19:40.538Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-27T09:19:40.540Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||Invoke
2022-03-27T09:19:41.570Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:19:41.572Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|ERROR|500||Exception occurred
javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:261)
	at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:296)
	at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:609)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:205)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390)
	at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:608)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:421)
	at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:327)
	at org.onap.so.client.RestRequest.get(RestRequest.java:58)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.lambda$_apply$0(HttpUrlConnector.java:359)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:165)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:214)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter$LoggingStream.write(PayloadLoggingClientFilter.java:152)
	at java.base/java.io.FilterOutputStream.write(Unknown Source)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276)
	at java.base/sun.nio.cs.StreamEncoder.writeBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
	at java.base/sun.nio.cs.StreamEncoder.flush(Unknown Source)
	at java.base/java.io.OutputStreamWriter.flush(Unknown Source)
	at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:170)
	at org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider.writeToAsString(AbstractMessageReaderWriterProvider.java:107)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:76)
	at org.glassfish.jersey.message.internal.StringMessageProvider.writeTo(StringMessageProvider.java:36)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.onap.logging.filter.base.PayloadLoggingClientFilter.aroundWriteTo(PayloadLoggingClientFilter.java:119)
	at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139)
	at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116)
	at org.glassfish.jersey.client.ClientRequest.doWriteEntity(ClientRequest.java:504)
	at org.glassfish.jersey.client.ClientRequest.writeEntity(ClientRequest.java:486)
	at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:361)
	at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:259)
	... 31 common frames omitted
2022-03-27T09:19:41.572Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:19:41.573Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Exception caused by: java.net.ConnectException: Connection refused (Connection refused)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-27T09:19:41.580Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-27T09:19:41.580Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 102a4e7f-9ccb-4d29-80b2-2ed36d8f3953 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-03-27T09:19:41.581Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-27T09:19:41.582Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||DistributionClient - sendStatus
2022-03-27T09:19:41.585Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-27T09:19:41.585Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|DEBUG|500||try to send status {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372781581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:19:41.685Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-27T09:19:41.686Z||pool-289-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-27T09:19:41.686Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:19:41.708Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:19:41.709Z||pool-289-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-27T09:19:42.602Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:19:42.603Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:19:42.603Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:19:52.891Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:19:52.893Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:19:52.894Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:19:52.894Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:19:54.818Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:19:54.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:19:54.818Z||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 roIgtTSaVbTkVYsg) ...
2022-03-27T09:19:55.450Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:19:55.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-27T09:19:55.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "102a4e7f-9ccb-4d29-80b2-2ed36d8f3953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648372781581,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-03-27T09:19:55.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-27T09:20:02.435Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:20:02.436Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:20:02.436Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:20:02.437Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:20:11.994Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:20:11.995Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:20:11.995Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:20:11.995Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:20:21.542Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-03-27T09:20:54.804Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:20:54.805Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:20:54.805Z|102a4e7f-9ccb-4d29-80b2-2ed36d8f3953|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b28043c0-0e2c-4a5e-b63b-91eb1f2de354/model-vers/model-ver/e3c9694b-54d9-4533-8457-309bff343694?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...
2022-03-27T09:20:54.818Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-27T09:20:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-27T09:20:54.819Z|49eb4cd0-ed9e-4023-bab0-f5f67779db94|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e368aa0-ce32-48eb-a03c-79f91c062ce4/model-vers/model-ver/e1f4009d-c678-4e16-a54c-2471e3ca4b4a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as roIgtTSaVbTkVYsg) ...